Shades of Cornflower Blue #668FE1
Tints of Cornflower Blue #668FE1
RGB
CMYK
RGB Variations
Color information
#668FE1 (or 0x668FE1) is known color: Cornflower Blue. HEX triplet: 66, 8F and E1. RGB value is (102,143,225). Sum of RGB (Red+Green+Blue) = 102+143+225=470 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.70% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #668FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FE1 is #99701E. Grayscale: #8B8B8B. Windows color (decimal): -10055711 or 14782310. OLE color: 14782310.
HSL color Cylindrical-coordinate representation of color #668FE1: hue angle of 220º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #668FE1 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 143 | 225 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.12 |
| HSL | 220º | 0.67% | 0.64% | - |
| HSV(B) | 220º | 0.55% | 0.88% | - |
| XYZ | 28.89 | 27.91 | 75.1 | - |
| YUV | 140.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 143 | 225 | 0.55 | 0.36 | 0 | 0.12 | 220 | 0.67 | 0.64 |
| Hex | 66 | 8F | E1 | 37 | 24 | 0 | C | DC | 43 | 40 |
| Octal | 146 | 217 | 341 | 67 | 44 | 0 | 14 | 334 | 103 | 100 |
| Binary | 1100110 | 10001111 | 11100001 | 110111 | 100100 | 0 | 1100 | 11011100 | 1000011 | 1000000 |
Color Harmonies of #668FE1
Complementary color
Monochromatic Colors of #668FE1
Black with #668FE1
Text Example
Text Example
White with #668FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668FE1; }
p { color: rgb(102,143,225); }
H1.HeaderClassName
{
color: #668FE1;
}
.AnyTagClassName
{
color: #668FE1;
}
</style>
background-color css
<style>
a { background-color: #668FE1; }
a { background-color: rgb(102,143,225); }
div.DivClassName
{
background-color: #668FE1;
}
.BgClassName
{
background-color: #668FE1;
}
</style>
border-color css
<style>
span { border-color: #668FE1; }
span { border-color: rgb(102,143,225); }
td.TdClassName
{
border-color: #668FE1;
}
.TagClassName
{
border-color: #668FE1;
}
</style>