Shades of Cornflower Blue #669BDD
Tints of Cornflower Blue #669BDD
RGB
CMYK
RGB Variations
Color information
#669BDD (or 0x669BDD) is known color: Cornflower Blue. HEX triplet: 66, 9B and DD. RGB value is (102,155,221). Sum of RGB (Red+Green+Blue) = 102+155+221=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #669BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BDD is #996422. Grayscale: #929292. Windows color (decimal): -10052643 or 14523238. OLE color: 14523238.
HSL color Cylindrical-coordinate representation of color #669BDD: hue angle of 213.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669BDD is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 102 | 155 | 221 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.13 |
| HSL | 213.28º | 0.64% | 0.63% | - |
| HSV(B) | 213.28º | 0.54% | 0.87% | - |
| XYZ | 30.25 | 31.49 | 72.89 | - |
| YUV | 146.68 | 169.94 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 221 | 0.54 | 0.30 | 0 | 0.13 | 213.28 | 0.64 | 0.63 |
| Hex | 66 | 9B | DD | 36 | 1E | 0 | D | D5 | 40 | 3F |
| Octal | 146 | 233 | 335 | 66 | 36 | 0 | 15 | 325 | 100 | 77 |
| Binary | 1100110 | 10011011 | 11011101 | 110110 | 11110 | 0 | 1101 | 11010101 | 1000000 | 111111 |
Color Harmonies of #669BDD
Complementary color
Monochromatic Colors of #669BDD
Black with #669BDD
Text Example
Text Example
White with #669BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BDD; }
p { color: rgb(102,155,221); }
H1.HeaderClassName
{
color: #669BDD;
}
.AnyTagClassName
{
color: #669BDD;
}
</style>
background-color css
<style>
a { background-color: #669BDD; }
a { background-color: rgb(102,155,221); }
div.DivClassName
{
background-color: #669BDD;
}
.BgClassName
{
background-color: #669BDD;
}
</style>
border-color css
<style>
span { border-color: #669BDD; }
span { border-color: rgb(102,155,221); }
td.TdClassName
{
border-color: #669BDD;
}
.TagClassName
{
border-color: #669BDD;
}
</style>