Shades of Cornflower Blue #669EF4
Tints of Cornflower Blue #669EF4
RGB
CMYK
RGB Variations
Color information
#669EF4 (or 0x669EF4) is known color: Cornflower Blue. HEX triplet: 66, 9E and F4. RGB value is (102,158,244). Sum of RGB (Red+Green+Blue) = 102+158+244=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #669EF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EF4 is #99610B. Grayscale: #969696. Windows color (decimal): -10051852 or 16031334. OLE color: 16031334.
HSL color Cylindrical-coordinate representation of color #669EF4: hue angle of 216.34º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669EF4 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 158 | 244 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.04 |
| HSL | 216.34º | 0.87% | 0.68% | - |
| HSV(B) | 216.34º | 0.58% | 0.96% | - |
| XYZ | 34.04 | 33.81 | 90.32 | - |
| YUV | 151.06 | 180.45 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 244 | 0.58 | 0.35 | 0 | 0.04 | 216.34 | 0.87 | 0.68 |
| Hex | 66 | 9E | F4 | 3A | 23 | 0 | 4 | D8 | 57 | 44 |
| Octal | 146 | 236 | 364 | 72 | 43 | 0 | 4 | 330 | 127 | 104 |
| Binary | 1100110 | 10011110 | 11110100 | 111010 | 100011 | 0 | 100 | 11011000 | 1010111 | 1000100 |
Color Harmonies of #669EF4
Complementary color
Monochromatic Colors of #669EF4
Black with #669EF4
Text Example
Text Example
White with #669EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EF4; }
p { color: rgb(102,158,244); }
H1.HeaderClassName
{
color: #669EF4;
}
.AnyTagClassName
{
color: #669EF4;
}
</style>
background-color css
<style>
a { background-color: #669EF4; }
a { background-color: rgb(102,158,244); }
div.DivClassName
{
background-color: #669EF4;
}
.BgClassName
{
background-color: #669EF4;
}
</style>
border-color css
<style>
span { border-color: #669EF4; }
span { border-color: rgb(102,158,244); }
td.TdClassName
{
border-color: #669EF4;
}
.TagClassName
{
border-color: #669EF4;
}
</style>