Shades of Cornflower Blue #669EFE
Tints of Cornflower Blue #669EFE
RGB
CMYK
RGB Variations
Color information
#669EFE (or 0x669EFE) is known color: Cornflower Blue. HEX triplet: 66, 9E and FE. RGB value is (102,158,254). Sum of RGB (Red+Green+Blue) = 102+158+254=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 158 (62.11% from 255 or 30.74% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #669EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EFE is #996101. Grayscale: #979797. Windows color (decimal): -10051842 or 16686694. OLE color: 16686694.
HSL color Cylindrical-coordinate representation of color #669EFE: hue angle of 217.89º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669EFE is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 158 | 254 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.00 |
| HSL | 217.89º | 0.99% | 0.7% | - |
| HSV(B) | 217.89º | 0.6% | 1% | - |
| XYZ | 35.6 | 34.43 | 98.54 | - |
| YUV | 152.2 | 185.45 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 254 | 0.60 | 0.38 | 0 | 0.00 | 217.89 | 0.99 | 0.7 |
| Hex | 66 | 9E | FE | 3C | 26 | 0 | 0 | DA | 63 | 46 |
| Octal | 146 | 236 | 376 | 74 | 46 | 0 | 0 | 332 | 143 | 106 |
| Binary | 1100110 | 10011110 | 11111110 | 111100 | 100110 | 0 | 0 | 11011010 | 1100011 | 1000110 |
Color Harmonies of #669EFE
Complementary color
Monochromatic Colors of #669EFE
Black with #669EFE
Text Example
Text Example
White with #669EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EFE; }
p { color: rgb(102,158,254); }
H1.HeaderClassName
{
color: #669EFE;
}
.AnyTagClassName
{
color: #669EFE;
}
</style>
background-color css
<style>
a { background-color: #669EFE; }
a { background-color: rgb(102,158,254); }
div.DivClassName
{
background-color: #669EFE;
}
.BgClassName
{
background-color: #669EFE;
}
</style>
border-color css
<style>
span { border-color: #669EFE; }
span { border-color: rgb(102,158,254); }
td.TdClassName
{
border-color: #669EFE;
}
.TagClassName
{
border-color: #669EFE;
}
</style>