Shades of Cornflower Blue #669AF0
Tints of Cornflower Blue #669AF0
RGB
CMYK
RGB Variations
Color information
#669AF0 (or 0x669AF0) is known color: Cornflower Blue. HEX triplet: 66, 9A and F0. RGB value is (102,154,240). Sum of RGB (Red+Green+Blue) = 102+154+240=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 154 (60.55% from 255 or 31.05% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #669AF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AF0 is #99650F. Grayscale: #939393. Windows color (decimal): -10052880 or 15768166. OLE color: 15768166.
HSL color Cylindrical-coordinate representation of color #669AF0: hue angle of 217.39º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669AF0 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 154 | 240 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.06 |
| HSL | 217.39º | 0.82% | 0.67% | - |
| HSV(B) | 217.39º | 0.58% | 0.94% | - |
| XYZ | 32.76 | 32.23 | 86.93 | - |
| YUV | 148.26 | 179.77 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 240 | 0.58 | 0.36 | 0 | 0.06 | 217.39 | 0.82 | 0.67 |
| Hex | 66 | 9A | F0 | 3A | 24 | 0 | 6 | D9 | 52 | 43 |
| Octal | 146 | 232 | 360 | 72 | 44 | 0 | 6 | 331 | 122 | 103 |
| Binary | 1100110 | 10011010 | 11110000 | 111010 | 100100 | 0 | 110 | 11011001 | 1010010 | 1000011 |
Color Harmonies of #669AF0
Complementary color
Monochromatic Colors of #669AF0
Black with #669AF0
Text Example
Text Example
White with #669AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AF0; }
p { color: rgb(102,154,240); }
H1.HeaderClassName
{
color: #669AF0;
}
.AnyTagClassName
{
color: #669AF0;
}
</style>
background-color css
<style>
a { background-color: #669AF0; }
a { background-color: rgb(102,154,240); }
div.DivClassName
{
background-color: #669AF0;
}
.BgClassName
{
background-color: #669AF0;
}
</style>
border-color css
<style>
span { border-color: #669AF0; }
span { border-color: rgb(102,154,240); }
td.TdClassName
{
border-color: #669AF0;
}
.TagClassName
{
border-color: #669AF0;
}
</style>