Shades of Cornflower Blue #669DFC
Tints of Cornflower Blue #669DFC
RGB
CMYK
RGB Variations
Color information
#669DFC (or 0x669DFC) is known color: Cornflower Blue. HEX triplet: 66, 9D and FC. RGB value is (102,157,252). Sum of RGB (Red+Green+Blue) = 102+157+252=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #669DFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DFC is #996203. Grayscale: #969696. Windows color (decimal): -10052100 or 16555366. OLE color: 16555366.
HSL color Cylindrical-coordinate representation of color #669DFC: hue angle of 218º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669DFC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 157 | 252 | - |
| CMYK | 0.60 | 0.38 | 0 | 0.01 |
| HSL | 218º | 0.96% | 0.69% | - |
| HSV(B) | 218º | 0.6% | 0.99% | - |
| XYZ | 35.11 | 33.97 | 96.8 | - |
| YUV | 151.39 | 184.78 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 157 | 252 | 0.60 | 0.38 | 0 | 0.01 | 218 | 0.96 | 0.69 |
| Hex | 66 | 9D | FC | 3C | 26 | 0 | 1 | DA | 60 | 45 |
| Octal | 146 | 235 | 374 | 74 | 46 | 0 | 1 | 332 | 140 | 105 |
| Binary | 1100110 | 10011101 | 11111100 | 111100 | 100110 | 0 | 1 | 11011010 | 1100000 | 1000101 |
Color Harmonies of #669DFC
Complementary color
Monochromatic Colors of #669DFC
Black with #669DFC
Text Example
Text Example
White with #669DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669DFC; }
p { color: rgb(102,157,252); }
H1.HeaderClassName
{
color: #669DFC;
}
.AnyTagClassName
{
color: #669DFC;
}
</style>
background-color css
<style>
a { background-color: #669DFC; }
a { background-color: rgb(102,157,252); }
div.DivClassName
{
background-color: #669DFC;
}
.BgClassName
{
background-color: #669DFC;
}
</style>
border-color css
<style>
span { border-color: #669DFC; }
span { border-color: rgb(102,157,252); }
td.TdClassName
{
border-color: #669DFC;
}
.TagClassName
{
border-color: #669DFC;
}
</style>