Shades of Cornflower Blue #669FEA
Tints of Cornflower Blue #669FEA
RGB
CMYK
RGB Variations
Color information
#669FEA (or 0x669FEA) is known color: Cornflower Blue. HEX triplet: 66, 9F and EA. RGB value is (102,159,234). Sum of RGB (Red+Green+Blue) = 102+159+234=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #669FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669FEA is #996015. Grayscale: #969696. Windows color (decimal): -10051606 or 15376230. OLE color: 15376230.
HSL color Cylindrical-coordinate representation of color #669FEA: hue angle of 214.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669FEA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 102 | 159 | 234 | - |
| CMYK | 0.56 | 0.32 | 0 | 0.08 |
| HSL | 214.09º | 0.76% | 0.66% | - |
| HSV(B) | 214.09º | 0.56% | 0.92% | - |
| XYZ | 32.73 | 33.56 | 82.59 | - |
| YUV | 150.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 234 | 0.56 | 0.32 | 0 | 0.08 | 214.09 | 0.76 | 0.66 |
| Hex | 66 | 9F | EA | 38 | 20 | 0 | 8 | D6 | 4C | 42 |
| Octal | 146 | 237 | 352 | 70 | 40 | 0 | 10 | 326 | 114 | 102 |
| Binary | 1100110 | 10011111 | 11101010 | 111000 | 100000 | 0 | 1000 | 11010110 | 1001100 | 1000010 |
Color Harmonies of #669FEA
Complementary color
Monochromatic Colors of #669FEA
Black with #669FEA
Text Example
Text Example
White with #669FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FEA; }
p { color: rgb(102,159,234); }
H1.HeaderClassName
{
color: #669FEA;
}
.AnyTagClassName
{
color: #669FEA;
}
</style>
background-color css
<style>
a { background-color: #669FEA; }
a { background-color: rgb(102,159,234); }
div.DivClassName
{
background-color: #669FEA;
}
.BgClassName
{
background-color: #669FEA;
}
</style>
border-color css
<style>
span { border-color: #669FEA; }
span { border-color: rgb(102,159,234); }
td.TdClassName
{
border-color: #669FEA;
}
.TagClassName
{
border-color: #669FEA;
}
</style>