Shades of Cornflower Blue #669DF5
Tints of Cornflower Blue #669DF5
RGB
CMYK
RGB Variations
Color information
#669DF5 (or 0x669DF5) is known color: Cornflower Blue. HEX triplet: 66, 9D and F5. RGB value is (102,157,245). Sum of RGB (Red+Green+Blue) = 102+157+245=504 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.24% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 245 - color contains mainly: blue. Hex color #669DF5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DF5 is #99620A. Grayscale: #969696. Windows color (decimal): -10052107 or 16096614. OLE color: 16096614.
HSL color Cylindrical-coordinate representation of color #669DF5: hue angle of 216.92º 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 #669DF5 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 157 | 245 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.04 |
| HSL | 216.92º | 0.88% | 0.68% | - |
| HSV(B) | 216.92º | 0.58% | 0.96% | - |
| XYZ | 34.02 | 33.53 | 91.07 | - |
| YUV | 150.59 | 181.28 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 245 | 0.58 | 0.36 | 0 | 0.04 | 216.92 | 0.88 | 0.68 |
| Hex | 66 | 9D | F5 | 3A | 24 | 0 | 4 | D9 | 58 | 44 |
| Octal | 146 | 235 | 365 | 72 | 44 | 0 | 4 | 331 | 130 | 104 |
| Binary | 1100110 | 10011101 | 11110101 | 111010 | 100100 | 0 | 100 | 11011001 | 1011000 | 1000100 |
Color Harmonies of #669DF5
Complementary color
Monochromatic Colors of #669DF5
Black with #669DF5
Text Example
Text Example
White with #669DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DF5; }
p { color: rgb(102,157,245); }
H1.HeaderClassName
{
color: #669DF5;
}
.AnyTagClassName
{
color: #669DF5;
}
</style>
background-color css
<style>
a { background-color: #669DF5; }
a { background-color: rgb(102,157,245); }
div.DivClassName
{
background-color: #669DF5;
}
.BgClassName
{
background-color: #669DF5;
}
</style>
border-color css
<style>
span { border-color: #669DF5; }
span { border-color: rgb(102,157,245); }
td.TdClassName
{
border-color: #669DF5;
}
.TagClassName
{
border-color: #669DF5;
}
</style>