Shades of Cornflower Blue #669EF1
Tints of Cornflower Blue #669EF1
RGB
CMYK
RGB Variations
Color information
#669EF1 (or 0x669EF1) is known color: Cornflower Blue. HEX triplet: 66, 9E and F1. RGB value is (102,158,241). Sum of RGB (Red+Green+Blue) = 102+158+241=501 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.36% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 241 (94.53% from 255 or 48.10% from 501); Max value from RGB is 241 - color contains mainly: blue. Hex color #669EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EF1 is #99610E. Grayscale: #969696. Windows color (decimal): -10051855 or 15834726. OLE color: 15834726.
HSL color Cylindrical-coordinate representation of color #669EF1: hue angle of 215.83º degrees, saturation: 0.83, 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 #669EF1 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 158 | 241 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.05 |
| HSL | 215.83º | 0.83% | 0.67% | - |
| HSV(B) | 215.83º | 0.58% | 0.95% | - |
| XYZ | 33.58 | 33.63 | 87.94 | - |
| YUV | 150.72 | 178.95 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 241 | 0.58 | 0.34 | 0 | 0.05 | 215.83 | 0.83 | 0.67 |
| Hex | 66 | 9E | F1 | 3A | 22 | 0 | 5 | D8 | 53 | 43 |
| Octal | 146 | 236 | 361 | 72 | 42 | 0 | 5 | 330 | 123 | 103 |
| Binary | 1100110 | 10011110 | 11110001 | 111010 | 100010 | 0 | 101 | 11011000 | 1010011 | 1000011 |
Color Harmonies of #669EF1
Complementary color
Monochromatic Colors of #669EF1
Black with #669EF1
Text Example
Text Example
White with #669EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EF1; }
p { color: rgb(102,158,241); }
H1.HeaderClassName
{
color: #669EF1;
}
.AnyTagClassName
{
color: #669EF1;
}
</style>
background-color css
<style>
a { background-color: #669EF1; }
a { background-color: rgb(102,158,241); }
div.DivClassName
{
background-color: #669EF1;
}
.BgClassName
{
background-color: #669EF1;
}
</style>
border-color css
<style>
span { border-color: #669EF1; }
span { border-color: rgb(102,158,241); }
td.TdClassName
{
border-color: #669EF1;
}
.TagClassName
{
border-color: #669EF1;
}
</style>