Color spaces of #6c9ded
RGB | 108 | 157 | 237 |
---|---|---|---|
HSL | 0.60 | 0.78 | 0.68 |
HSV | 217° | 54° | 93° |
CMYK | 0.54 | 0.34 | 0.00 0.07 |
XYZ | 33.5274 | 33.4165 | 84.8037 |
Yxy | 33.4165 | 0.2209 | 0.2202 |
Hunter Lab | 57.8070 | 2.3657 | -46.5144 |
CIE-Lab | 64.4967 | 6.3152 | -45.2254 |
#6c9ded color RGB value is (108,157,237).
#6c9ded hex color red value is 108, green value is 157 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6c9ded hue: 0.60 , saturation: 0.78 and the lightness value of 6c9ded is 0.68.
The process color (four color CMYK) of #6c9ded color hex is 0.54, 0.34, 0.00, 0.07. Web safe color of #6c9ded is #6699ff. Color #6c9ded contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101100 | 10011101 | 11101101 |
Octal | 154 | 235 | 355 |
Decimal | 108 | 157 | 237 |
Hex | 6C | 9D | ED |
Shades of #6c9ded
Tints of #6c9ded
RGB Percentages of Color #6c9ded
CMYK Percentages of Color #6c9ded
Complementary Color
#6c9ded | #edbc6c |
#6c9ded Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6c9ded Color Preview on White Background
Lorem ipsum dolor sit amet.
#6c9ded Color CSS Codes
.mybgcolor {background-color:#6c9ded; } .myforecolor {color:#6c9ded; } .mybordercolor {border:3px solid #6c9ded; }
#6c9ded Text Font Color
<p style="color:#6c9ded">Text here</p>
This sample text font color is #6c9ded
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#6c9ded Background Color
<div style="background-color:#6c9ded">
Div content here</div>
This div background color is #6c9ded
#6c9ded Border Color
<div style="border:3px solid #6c9ded">
Div here</div>
This div border color is #6c9ded
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(108,157,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6c9ded; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6c9ded; -webkit-box-shadow: 1px 1px 3px 2px #6c9ded; box-shadow: 1px 1px 3px 2px #6c9ded; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(108,157,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6c9ded">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6c9ded; -webkit-box-shadow: 1px 1px 3px 2px #6c9ded; box-shadow: 1px 1px 3px 2px #6c9ded;">
Div content here</div>
This div box has shadow with color #6c9ded
Comments
No comments written yet.
Please login to write comment.