Shades of Cornflower Blue #669AF4
Tints of Cornflower Blue #669AF4
RGB
CMYK
RGB Variations
Color information
#669AF4 (or 0x669AF4) is known color: Cornflower Blue. HEX triplet: 66, 9A and F4. RGB value is (102,154,244). Sum of RGB (Red+Green+Blue) = 102+154+244=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 244 (95.70% from 255 or 48.8% from 500); Max value from RGB is 244 - color contains mainly: blue. Hex color #669AF4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AF4 is #99650B. Grayscale: #949494. Windows color (decimal): -10052876 or 16030310. OLE color: 16030310.
HSL color Cylindrical-coordinate representation of color #669AF4: hue angle of 218.03º 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 #669AF4 is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 154 | 244 | - |
| CMYK | 0.58 | 0.37 | 0 | 0.04 |
| HSL | 218.03º | 0.87% | 0.68% | - |
| HSV(B) | 218.03º | 0.58% | 0.96% | - |
| XYZ | 33.36 | 32.47 | 90.1 | - |
| YUV | 148.71 | 181.77 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 244 | 0.58 | 0.37 | 0 | 0.04 | 218.03 | 0.87 | 0.68 |
| Hex | 66 | 9A | F4 | 3A | 25 | 0 | 4 | DA | 57 | 44 |
| Octal | 146 | 232 | 364 | 72 | 45 | 0 | 4 | 332 | 127 | 104 |
| Binary | 1100110 | 10011010 | 11110100 | 111010 | 100101 | 0 | 100 | 11011010 | 1010111 | 1000100 |
Color Harmonies of #669AF4
Complementary color
Monochromatic Colors of #669AF4
Black with #669AF4
Text Example
Text Example
White with #669AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AF4; }
p { color: rgb(102,154,244); }
H1.HeaderClassName
{
color: #669AF4;
}
.AnyTagClassName
{
color: #669AF4;
}
</style>
background-color css
<style>
a { background-color: #669AF4; }
a { background-color: rgb(102,154,244); }
div.DivClassName
{
background-color: #669AF4;
}
.BgClassName
{
background-color: #669AF4;
}
</style>
border-color css
<style>
span { border-color: #669AF4; }
span { border-color: rgb(102,154,244); }
td.TdClassName
{
border-color: #669AF4;
}
.TagClassName
{
border-color: #669AF4;
}
</style>