Shades of Cornflower Blue #669EFC
Tints of Cornflower Blue #669EFC
RGB
CMYK
RGB Variations
Color information
#669EFC (or 0x669EFC) is known color: Cornflower Blue. HEX triplet: 66, 9E and FC. RGB value is (102,158,252). Sum of RGB (Red+Green+Blue) = 102+158+252=512 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.92% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #669EFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EFC is #996103. Grayscale: #979797. Windows color (decimal): -10051844 or 16555622. OLE color: 16555622.
HSL color Cylindrical-coordinate representation of color #669EFC: hue angle of 217.6º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669EFC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 158 | 252 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.01 |
| HSL | 217.6º | 0.96% | 0.69% | - |
| HSV(B) | 217.6º | 0.6% | 0.99% | - |
| XYZ | 35.28 | 34.31 | 96.86 | - |
| YUV | 151.97 | 184.45 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 252 | 0.60 | 0.37 | 0 | 0.01 | 217.6 | 0.96 | 0.69 |
| Hex | 66 | 9E | FC | 3C | 25 | 0 | 1 | DA | 60 | 45 |
| Octal | 146 | 236 | 374 | 74 | 45 | 0 | 1 | 332 | 140 | 105 |
| Binary | 1100110 | 10011110 | 11111100 | 111100 | 100101 | 0 | 1 | 11011010 | 1100000 | 1000101 |
Color Harmonies of #669EFC
Complementary color
Monochromatic Colors of #669EFC
Black with #669EFC
Text Example
Text Example
White with #669EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EFC; }
p { color: rgb(102,158,252); }
H1.HeaderClassName
{
color: #669EFC;
}
.AnyTagClassName
{
color: #669EFC;
}
</style>
background-color css
<style>
a { background-color: #669EFC; }
a { background-color: rgb(102,158,252); }
div.DivClassName
{
background-color: #669EFC;
}
.BgClassName
{
background-color: #669EFC;
}
</style>
border-color css
<style>
span { border-color: #669EFC; }
span { border-color: rgb(102,158,252); }
td.TdClassName
{
border-color: #669EFC;
}
.TagClassName
{
border-color: #669EFC;
}
</style>