Shades of Cornflower Blue #668BE6
Tints of Cornflower Blue #668BE6
RGB
CMYK
RGB Variations
Color information
#668BE6 (or 0x668BE6) is known color: Cornflower Blue. HEX triplet: 66, 8B and E6. RGB value is (102,139,230). Sum of RGB (Red+Green+Blue) = 102+139+230=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #668BE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BE6 is #997419. Grayscale: #898989. Windows color (decimal): -10056730 or 15108966. OLE color: 15108966.
HSL color Cylindrical-coordinate representation of color #668BE6: hue angle of 222.66º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #668BE6 is Cyan = 0.56, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 102 | 139 | 230 | - |
| CMYK | 0.56 | 0.40 | 0 | 0.10 |
| HSL | 222.66º | 0.72% | 0.65% | - |
| HSV(B) | 222.66º | 0.56% | 0.9% | - |
| XYZ | 29 | 27 | 78.55 | - |
| YUV | 138.31 | 179.74 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 230 | 0.56 | 0.40 | 0 | 0.10 | 222.66 | 0.72 | 0.65 |
| Hex | 66 | 8B | E6 | 38 | 28 | 0 | A | DF | 48 | 41 |
| Octal | 146 | 213 | 346 | 70 | 50 | 0 | 12 | 337 | 110 | 101 |
| Binary | 1100110 | 10001011 | 11100110 | 111000 | 101000 | 0 | 1010 | 11011111 | 1001000 | 1000001 |
Color Harmonies of #668BE6
Complementary color
Monochromatic Colors of #668BE6
Black with #668BE6
Text Example
Text Example
White with #668BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668BE6; }
p { color: rgb(102,139,230); }
H1.HeaderClassName
{
color: #668BE6;
}
.AnyTagClassName
{
color: #668BE6;
}
</style>
background-color css
<style>
a { background-color: #668BE6; }
a { background-color: rgb(102,139,230); }
div.DivClassName
{
background-color: #668BE6;
}
.BgClassName
{
background-color: #668BE6;
}
</style>
border-color css
<style>
span { border-color: #668BE6; }
span { border-color: rgb(102,139,230); }
td.TdClassName
{
border-color: #668BE6;
}
.TagClassName
{
border-color: #668BE6;
}
</style>