Shades of Cornflower Blue #669AF7
Tints of Cornflower Blue #669AF7
RGB
CMYK
RGB Variations
Color information
#669AF7 (or 0x669AF7) is known color: Cornflower Blue. HEX triplet: 66, 9A and F7. RGB value is (102,154,247). Sum of RGB (Red+Green+Blue) = 102+154+247=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #669AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AF7 is #996508. Grayscale: #949494. Windows color (decimal): -10052873 or 16226918. OLE color: 16226918.
HSL color Cylindrical-coordinate representation of color #669AF7: hue angle of 218.48º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #669AF7 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 154 | 247 | - |
| CMYK | 0.59 | 0.38 | 0 | 0.03 |
| HSL | 218.48º | 0.9% | 0.68% | - |
| HSV(B) | 218.48º | 0.59% | 0.97% | - |
| XYZ | 33.82 | 32.65 | 92.52 | - |
| YUV | 149.05 | 183.27 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 154 | 247 | 0.59 | 0.38 | 0 | 0.03 | 218.48 | 0.9 | 0.68 |
| Hex | 66 | 9A | F7 | 3B | 26 | 0 | 3 | DA | 5A | 44 |
| Octal | 146 | 232 | 367 | 73 | 46 | 0 | 3 | 332 | 132 | 104 |
| Binary | 1100110 | 10011010 | 11110111 | 111011 | 100110 | 0 | 11 | 11011010 | 1011010 | 1000100 |
Color Harmonies of #669AF7
Complementary color
Monochromatic Colors of #669AF7
Black with #669AF7
Text Example
Text Example
White with #669AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669AF7; }
p { color: rgb(102,154,247); }
H1.HeaderClassName
{
color: #669AF7;
}
.AnyTagClassName
{
color: #669AF7;
}
</style>
background-color css
<style>
a { background-color: #669AF7; }
a { background-color: rgb(102,154,247); }
div.DivClassName
{
background-color: #669AF7;
}
.BgClassName
{
background-color: #669AF7;
}
</style>
border-color css
<style>
span { border-color: #669AF7; }
span { border-color: rgb(102,154,247); }
td.TdClassName
{
border-color: #669AF7;
}
.TagClassName
{
border-color: #669AF7;
}
</style>