Color spaces of #6888ce
RGB | 104 | 136 | 206 |
---|---|---|---|
HSL | 0.61 | 0.51 | 0.61 |
HSV | 221° | 50° | 81° |
CMYK | 0.50 | 0.34 | 0.00 0.19 |
XYZ | 25.6537 | 25.0076 | 61.8674 |
Yxy | 25.0076 | 0.2280 | 0.2222 |
Hunter Lab | 50.0076 | 4.0565 | -38.3459 |
CIE-Lab | 57.0828 | 8.1153 | -39.6473 |
#6888ce color RGB value is (104,136,206).
#6888ce hex color red value is 104, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6888ce hue: 0.61 , saturation: 0.51 and the lightness value of 6888ce is 0.61.
The process color (four color CMYK) of #6888ce color hex is 0.50, 0.34, 0.00, 0.19. Web safe color of #6888ce is #6699cc. Color #6888ce contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101000 | 10001000 | 11001110 |
Octal | 150 | 210 | 316 |
Decimal | 104 | 136 | 206 |
Hex | 68 | 88 | CE |
Shades of #6888ce
Tints of #6888ce
RGB Percentages of Color #6888ce
CMYK Percentages of Color #6888ce
Complementary Color
#6888ce | #ceae68 |
#6888ce Color Preview on Black Background
Lorem ipsum dolor sit amet.
#6888ce Color Preview on White Background
Lorem ipsum dolor sit amet.
#6888ce Color CSS Codes
.mybgcolor {background-color:#6888ce; } .myforecolor {color:#6888ce; } .mybordercolor {border:3px solid #6888ce; }
#6888ce Text Font Color
<p style="color:#6888ce">Text here</p>
This sample text font color is #6888ce
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.
#6888ce Background Color
<div style="background-color:#6888ce">
Div content here</div>
This div background color is #6888ce
#6888ce Border Color
<div style="border:3px solid #6888ce">
Div here</div>
This div border color is #6888ce
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(104,136,206, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #6888ce; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #6888ce; -webkit-box-shadow: 1px 1px 3px 2px #6888ce; box-shadow: 1px 1px 3px 2px #6888ce; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(104,136,206, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #6888ce">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #6888ce; -webkit-box-shadow: 1px 1px 3px 2px #6888ce; box-shadow: 1px 1px 3px 2px #6888ce;">
Div content here</div>
This div box has shadow with color #6888ce
Comments
No comments written yet.
Please login to write comment.