CBSE Class 6  >  Class 6 Test  >  CSS for Beginners  >  Test: CSS Color Values - Class 6 MCQ

CSS Color Values - Free MCQ Practice Test with solutions, Class 6


MCQ Practice Test & Solutions: Test: CSS Color Values (10 Questions)

You can prepare effectively for Class 6 CSS for Beginners with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: CSS Color Values". These 10 questions have been designed by the experts with the latest curriculum of Class 6 2026, to help you master the concept.

Test Highlights:

  • - Format: Multiple Choice Questions (MCQ)
  • - Duration: 10 minutes
  • - Number of Questions: 10

Sign up on EduRev for free to attempt this test and track your preparation progress.

Test: CSS Color Values - Question 1

Which of the following CSS3 Color Feature can be used as a macro for whatever the current color is?

Detailed Solution: Question 1

This is useful if you want to dynamically change one color and have other related colors change.

Test: CSS Color Values - Question 2

Which of the following Color Format is a CSS’s six-digit hexadecimal format is the same as color defined in (X)HTML?

Detailed Solution: Question 2

The format specifies color as #rrggbb, where rr is the amount of red, gg the amount of green, and bb the amount of blue, all specified in a hexadecimal value ranging from 00 to FF.

Test: CSS Color Values - Question 3

Which of the following Color Format are a 17 defined colors under CSS 2.1?

Detailed Solution: Question 3

maroon (#800000) red (#ff0000)
orange (#ffA500) yellow (#ffff00)
olive (#808000) purple (#800080)
fuchsia (#ff00ff ) white (#ffffff)
lime (#00ff00) green (#008000)
navy (#000080) blue (#0000ff)
aqua (#00ffff) teal (#008080)
black (#000000) silver (#c0c0c0)
gray (#808080)
Other color keywords may be commonly used but are ad hoc in their definition.

Test: CSS Color Values - Question 4

Which of the following Color Format is a CSS3 HSL value with a fourth value to set the alpha channel value for the color to define the opacity of the element?

Test: CSS Color Values - Question 5

Which of the following Selector same as :firstline; changed under CSS3 to make pseudoelements obvious?

Test: CSS Color Values - Question 6

What does HSL stands for?

Test: CSS Color Values - Question 7

Which of the following CSS3 Color Feature like RGB color but adds an alpha channel value to specify the opacity of the color?

Detailed Solution: Question 7

An RGBa is specified via a function style rgba(r,g,b,a) value, where colors r, g, and b are specified as a decimal value from 0 to 255 or a percentage from 0 to 100%, and the alpha channel value for defining opacity is a number between 0 (fully transparent) and 1 (fully opaque). Values outside this range will be rounded up or down to fit the closest value.

Test: CSS Color Values - Question 8

Which of the following Color Format is a CSS2 introduced named color keywords which allows Web page colors to be matched to an operating system’s color use?

Test: CSS Color Values - Question 9

Which of the following Color Format is a CSS colors can also be defined using the keyword rgb, followed by three numbers between 0 and 255, contained in parentheses and separated by commas, with no spaces between them?

Detailed Solution: Question 9

RGB color values can also be defined using percentages. The format is the same, except that the numbers are replaced by percentage values between 0% and 100%.

Test: CSS Color Values - Question 10

Which of the following Selector selects an element if it’s the only child of its parent with its type?

10 videos|42 docs|23 tests
Information about Test: CSS Color Values Page
In this test you can find the Exam questions for Test: CSS Color Values solved & explained in the simplest way possible. Besides giving Questions and answers for Test: CSS Color Values, EduRev gives you an ample number of Online tests for practice
10 videos|42 docs|23 tests
Download as PDF