Shades of Cornflower Blue #669DFE
Tints of Cornflower Blue #669DFE
RGB
CMYK
RGB Variations
Color information
#669DFE (or 0x669DFE) is known color: Cornflower Blue. HEX triplet: 66, 9D and FE. RGB value is (102,157,254). Sum of RGB (Red+Green+Blue) = 102+157+254=513 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.88% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #669DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DFE is #996201. Grayscale: #979797. Windows color (decimal): -10052098 or 16686438. OLE color: 16686438.
HSL color Cylindrical-coordinate representation of color #669DFE: hue angle of 218.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669DFE is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 157 | 254 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.00 |
| HSL | 218.29º | 0.99% | 0.7% | - |
| HSV(B) | 218.29º | 0.6% | 1% | - |
| XYZ | 35.43 | 34.09 | 98.48 | - |
| YUV | 151.61 | 185.78 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 254 | 0.60 | 0.38 | 0 | 0.00 | 218.29 | 0.99 | 0.7 |
| Hex | 66 | 9D | FE | 3C | 26 | 0 | 0 | DA | 63 | 46 |
| Octal | 146 | 235 | 376 | 74 | 46 | 0 | 0 | 332 | 143 | 106 |
| Binary | 1100110 | 10011101 | 11111110 | 111100 | 100110 | 0 | 0 | 11011010 | 1100011 | 1000110 |
Color Harmonies of #669DFE
Complementary color
Monochromatic Colors of #669DFE
Black with #669DFE
Text Example
Text Example
White with #669DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DFE; }
p { color: rgb(102,157,254); }
H1.HeaderClassName
{
color: #669DFE;
}
.AnyTagClassName
{
color: #669DFE;
}
</style>
background-color css
<style>
a { background-color: #669DFE; }
a { background-color: rgb(102,157,254); }
div.DivClassName
{
background-color: #669DFE;
}
.BgClassName
{
background-color: #669DFE;
}
</style>
border-color css
<style>
span { border-color: #669DFE; }
span { border-color: rgb(102,157,254); }
td.TdClassName
{
border-color: #669DFE;
}
.TagClassName
{
border-color: #669DFE;
}
</style>