Shades of Cornflower Blue #669FFD
Tints of Cornflower Blue #669FFD
RGB
CMYK
RGB Variations
Color information
#669FFD (or 0x669FFD) is known color: Cornflower Blue. HEX triplet: 66, 9F and FD. RGB value is (102,159,253). Sum of RGB (Red+Green+Blue) = 102+159+253=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #669FFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669FFD is #996002. Grayscale: #989898. Windows color (decimal): -10051587 or 16621414. OLE color: 16621414.
HSL color Cylindrical-coordinate representation of color #669FFD: hue angle of 217.35º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669FFD is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 159 | 253 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.01 |
| HSL | 217.35º | 0.97% | 0.7% | - |
| HSV(B) | 217.35º | 0.6% | 0.99% | - |
| XYZ | 35.61 | 34.71 | 97.75 | - |
| YUV | 152.67 | 184.62 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 159 | 253 | 0.60 | 0.37 | 0 | 0.01 | 217.35 | 0.97 | 0.7 |
| Hex | 66 | 9F | FD | 3C | 25 | 0 | 1 | D9 | 61 | 46 |
| Octal | 146 | 237 | 375 | 74 | 45 | 0 | 1 | 331 | 141 | 106 |
| Binary | 1100110 | 10011111 | 11111101 | 111100 | 100101 | 0 | 1 | 11011001 | 1100001 | 1000110 |
Color Harmonies of #669FFD
Complementary color
Monochromatic Colors of #669FFD
Black with #669FFD
Text Example
Text Example
White with #669FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669FFD; }
p { color: rgb(102,159,253); }
H1.HeaderClassName
{
color: #669FFD;
}
.AnyTagClassName
{
color: #669FFD;
}
</style>
background-color css
<style>
a { background-color: #669FFD; }
a { background-color: rgb(102,159,253); }
div.DivClassName
{
background-color: #669FFD;
}
.BgClassName
{
background-color: #669FFD;
}
</style>
border-color css
<style>
span { border-color: #669FFD; }
span { border-color: rgb(102,159,253); }
td.TdClassName
{
border-color: #669FFD;
}
.TagClassName
{
border-color: #669FFD;
}
</style>