Shades of Cornflower Blue #669FFC
Tints of Cornflower Blue #669FFC
RGB
CMYK
RGB Variations
Color information
#669FFC (or 0x669FFC) is known color: Cornflower Blue. HEX triplet: 66, 9F and FC. RGB value is (102,159,252). Sum of RGB (Red+Green+Blue) = 102+159+252=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #669FFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669FFC is #996003. Grayscale: #989898. Windows color (decimal): -10051588 or 16555878. OLE color: 16555878.
HSL color Cylindrical-coordinate representation of color #669FFC: hue angle of 217.2º 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 #669FFC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 159 | 252 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.01 |
| HSL | 217.2º | 0.96% | 0.69% | - |
| HSV(B) | 217.2º | 0.6% | 0.99% | - |
| XYZ | 35.45 | 34.65 | 96.92 | - |
| YUV | 152.56 | 184.12 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 252 | 0.60 | 0.37 | 0 | 0.01 | 217.2 | 0.96 | 0.69 |
| Hex | 66 | 9F | FC | 3C | 25 | 0 | 1 | D9 | 60 | 45 |
| Octal | 146 | 237 | 374 | 74 | 45 | 0 | 1 | 331 | 140 | 105 |
| Binary | 1100110 | 10011111 | 11111100 | 111100 | 100101 | 0 | 1 | 11011001 | 1100000 | 1000101 |
Color Harmonies of #669FFC
Complementary color
Monochromatic Colors of #669FFC
Black with #669FFC
Text Example
Text Example
White with #669FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FFC; }
p { color: rgb(102,159,252); }
H1.HeaderClassName
{
color: #669FFC;
}
.AnyTagClassName
{
color: #669FFC;
}
</style>
background-color css
<style>
a { background-color: #669FFC; }
a { background-color: rgb(102,159,252); }
div.DivClassName
{
background-color: #669FFC;
}
.BgClassName
{
background-color: #669FFC;
}
</style>
border-color css
<style>
span { border-color: #669FFC; }
span { border-color: rgb(102,159,252); }
td.TdClassName
{
border-color: #669FFC;
}
.TagClassName
{
border-color: #669FFC;
}
</style>