Shades of Cornflower Blue #669FF2
Tints of Cornflower Blue #669FF2
RGB
CMYK
RGB Variations
Color information
#669FF2 (or 0x669FF2) is known color: Cornflower Blue. HEX triplet: 66, 9F and F2. RGB value is (102,159,242). Sum of RGB (Red+Green+Blue) = 102+159+242=503 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.28% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 242 (94.92% from 255 or 48.11% from 503); Max value from RGB is 242 - color contains mainly: blue. Hex color #669FF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669FF2 is #99600D. Grayscale: #979797. Windows color (decimal): -10051598 or 15900518. OLE color: 15900518.
HSL color Cylindrical-coordinate representation of color #669FF2: hue angle of 215.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669FF2 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 159 | 242 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.05 |
| HSL | 215.57º | 0.84% | 0.67% | - |
| HSV(B) | 215.57º | 0.58% | 0.95% | - |
| XYZ | 33.9 | 34.03 | 88.79 | - |
| YUV | 151.42 | 179.12 | 92.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 242 | 0.58 | 0.34 | 0 | 0.05 | 215.57 | 0.84 | 0.67 |
| Hex | 66 | 9F | F2 | 3A | 22 | 0 | 5 | D8 | 54 | 43 |
| Octal | 146 | 237 | 362 | 72 | 42 | 0 | 5 | 330 | 124 | 103 |
| Binary | 1100110 | 10011111 | 11110010 | 111010 | 100010 | 0 | 101 | 11011000 | 1010100 | 1000011 |
Color Harmonies of #669FF2
Complementary color
Monochromatic Colors of #669FF2
Black with #669FF2
Text Example
Text Example
White with #669FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FF2; }
p { color: rgb(102,159,242); }
H1.HeaderClassName
{
color: #669FF2;
}
.AnyTagClassName
{
color: #669FF2;
}
</style>
background-color css
<style>
a { background-color: #669FF2; }
a { background-color: rgb(102,159,242); }
div.DivClassName
{
background-color: #669FF2;
}
.BgClassName
{
background-color: #669FF2;
}
</style>
border-color css
<style>
span { border-color: #669FF2; }
span { border-color: rgb(102,159,242); }
td.TdClassName
{
border-color: #669FF2;
}
.TagClassName
{
border-color: #669FF2;
}
</style>