Shades of Cornflower Blue #669BDF
Tints of Cornflower Blue #669BDF
RGB
CMYK
RGB Variations
Color information
#669BDF (or 0x669BDF) is known color: Cornflower Blue. HEX triplet: 66, 9B and DF. RGB value is (102,155,223). Sum of RGB (Red+Green+Blue) = 102+155+223=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 155 (60.94% from 255 or 32.29% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #669BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BDF is #996420. Grayscale: #929292. Windows color (decimal): -10052641 or 14654310. OLE color: 14654310.
HSL color Cylindrical-coordinate representation of color #669BDF: hue angle of 213.72º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669BDF is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 155 | 223 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.13 |
| HSL | 213.72º | 0.65% | 0.64% | - |
| HSV(B) | 213.72º | 0.54% | 0.87% | - |
| XYZ | 30.52 | 31.6 | 74.3 | - |
| YUV | 146.91 | 170.94 | 95.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 223 | 0.54 | 0.30 | 0 | 0.13 | 213.72 | 0.65 | 0.64 |
| Hex | 66 | 9B | DF | 36 | 1E | 0 | D | D6 | 41 | 40 |
| Octal | 146 | 233 | 337 | 66 | 36 | 0 | 15 | 326 | 101 | 100 |
| Binary | 1100110 | 10011011 | 11011111 | 110110 | 11110 | 0 | 1101 | 11010110 | 1000001 | 1000000 |
Color Harmonies of #669BDF
Complementary color
Monochromatic Colors of #669BDF
Black with #669BDF
Text Example
Text Example
White with #669BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BDF; }
p { color: rgb(102,155,223); }
H1.HeaderClassName
{
color: #669BDF;
}
.AnyTagClassName
{
color: #669BDF;
}
</style>
background-color css
<style>
a { background-color: #669BDF; }
a { background-color: rgb(102,155,223); }
div.DivClassName
{
background-color: #669BDF;
}
.BgClassName
{
background-color: #669BDF;
}
</style>
border-color css
<style>
span { border-color: #669BDF; }
span { border-color: rgb(102,155,223); }
td.TdClassName
{
border-color: #669BDF;
}
.TagClassName
{
border-color: #669BDF;
}
</style>