Shades of Cornflower Blue #669FF7
Tints of Cornflower Blue #669FF7
RGB
CMYK
RGB Variations
Color information
#669FF7 (or 0x669FF7) is known color: Cornflower Blue. HEX triplet: 66, 9F and F7. RGB value is (102,159,247). Sum of RGB (Red+Green+Blue) = 102+159+247=508 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.08% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #669FF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669FF7 is #996008. Grayscale: #979797. Windows color (decimal): -10051593 or 16228198. OLE color: 16228198.
HSL color Cylindrical-coordinate representation of color #669FF7: hue angle of 216.41º 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 #669FF7 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 159 | 247 | - |
| CMYK | 0.59 | 0.36 | 0 | 0.03 |
| HSL | 216.41º | 0.9% | 0.68% | - |
| HSV(B) | 216.41º | 0.59% | 0.97% | - |
| XYZ | 34.67 | 34.34 | 92.8 | - |
| YUV | 151.99 | 181.62 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 247 | 0.59 | 0.36 | 0 | 0.03 | 216.41 | 0.9 | 0.68 |
| Hex | 66 | 9F | F7 | 3B | 24 | 0 | 3 | D8 | 5A | 44 |
| Octal | 146 | 237 | 367 | 73 | 44 | 0 | 3 | 330 | 132 | 104 |
| Binary | 1100110 | 10011111 | 11110111 | 111011 | 100100 | 0 | 11 | 11011000 | 1011010 | 1000100 |
Color Harmonies of #669FF7
Complementary color
Monochromatic Colors of #669FF7
Black with #669FF7
Text Example
Text Example
White with #669FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FF7; }
p { color: rgb(102,159,247); }
H1.HeaderClassName
{
color: #669FF7;
}
.AnyTagClassName
{
color: #669FF7;
}
</style>
background-color css
<style>
a { background-color: #669FF7; }
a { background-color: rgb(102,159,247); }
div.DivClassName
{
background-color: #669FF7;
}
.BgClassName
{
background-color: #669FF7;
}
</style>
border-color css
<style>
span { border-color: #669FF7; }
span { border-color: rgb(102,159,247); }
td.TdClassName
{
border-color: #669FF7;
}
.TagClassName
{
border-color: #669FF7;
}
</style>