Shades of Cornflower Blue #669EF5
Tints of Cornflower Blue #669EF5
RGB
CMYK
RGB Variations
Color information
#669EF5 (or 0x669EF5) is known color: Cornflower Blue. HEX triplet: 66, 9E and F5. RGB value is (102,158,245). Sum of RGB (Red+Green+Blue) = 102+158+245=505 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.20% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 245 (96.09% from 255 or 48.51% from 505); Max value from RGB is 245 - color contains mainly: blue. Hex color #669EF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669EF5 is #99610A. Grayscale: #969696. Windows color (decimal): -10051851 or 16096870. OLE color: 16096870.
HSL color Cylindrical-coordinate representation of color #669EF5: hue angle of 216.5º degrees, saturation: 0.88, 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 #669EF5 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 158 | 245 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.04 |
| HSL | 216.5º | 0.88% | 0.68% | - |
| HSV(B) | 216.5º | 0.58% | 0.96% | - |
| XYZ | 34.19 | 33.87 | 91.12 | - |
| YUV | 151.17 | 180.95 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 245 | 0.58 | 0.36 | 0 | 0.04 | 216.5 | 0.88 | 0.68 |
| Hex | 66 | 9E | F5 | 3A | 24 | 0 | 4 | D9 | 58 | 44 |
| Octal | 146 | 236 | 365 | 72 | 44 | 0 | 4 | 331 | 130 | 104 |
| Binary | 1100110 | 10011110 | 11110101 | 111010 | 100100 | 0 | 100 | 11011001 | 1011000 | 1000100 |
Color Harmonies of #669EF5
Complementary color
Monochromatic Colors of #669EF5
Black with #669EF5
Text Example
Text Example
White with #669EF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669EF5; }
p { color: rgb(102,158,245); }
H1.HeaderClassName
{
color: #669EF5;
}
.AnyTagClassName
{
color: #669EF5;
}
</style>
background-color css
<style>
a { background-color: #669EF5; }
a { background-color: rgb(102,158,245); }
div.DivClassName
{
background-color: #669EF5;
}
.BgClassName
{
background-color: #669EF5;
}
</style>
border-color css
<style>
span { border-color: #669EF5; }
span { border-color: rgb(102,158,245); }
td.TdClassName
{
border-color: #669EF5;
}
.TagClassName
{
border-color: #669EF5;
}
</style>