Shades of Cornflower Blue #668FD8
Tints of Cornflower Blue #668FD8
RGB
CMYK
RGB Variations
Color information
#668FD8 (or 0x668FD8) is known color: Cornflower Blue. HEX triplet: 66, 8F and D8. RGB value is (102,143,216). Sum of RGB (Red+Green+Blue) = 102+143+216=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #668FD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FD8 is #997027. Grayscale: #8A8A8A. Windows color (decimal): -10055720 or 14192486. OLE color: 14192486.
HSL color Cylindrical-coordinate representation of color #668FD8: hue angle of 218.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668FD8 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 143 | 216 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.15 |
| HSL | 218.42º | 0.59% | 0.62% | - |
| HSV(B) | 218.42º | 0.53% | 0.85% | - |
| XYZ | 27.7 | 27.43 | 68.8 | - |
| YUV | 139.06 | 171.42 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 216 | 0.53 | 0.34 | 0 | 0.15 | 218.42 | 0.59 | 0.62 |
| Hex | 66 | 8F | D8 | 35 | 22 | 0 | F | DA | 3B | 3E |
| Octal | 146 | 217 | 330 | 65 | 42 | 0 | 17 | 332 | 73 | 76 |
| Binary | 1100110 | 10001111 | 11011000 | 110101 | 100010 | 0 | 1111 | 11011010 | 111011 | 111110 |
Color Harmonies of #668FD8
Complementary color
Monochromatic Colors of #668FD8
Black with #668FD8
Text Example
Text Example
White with #668FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FD8; }
p { color: rgb(102,143,216); }
H1.HeaderClassName
{
color: #668FD8;
}
.AnyTagClassName
{
color: #668FD8;
}
</style>
background-color css
<style>
a { background-color: #668FD8; }
a { background-color: rgb(102,143,216); }
div.DivClassName
{
background-color: #668FD8;
}
.BgClassName
{
background-color: #668FD8;
}
</style>
border-color css
<style>
span { border-color: #668FD8; }
span { border-color: rgb(102,143,216); }
td.TdClassName
{
border-color: #668FD8;
}
.TagClassName
{
border-color: #668FD8;
}
</style>