Shades of Cornflower Blue #669BDC
Tints of Cornflower Blue #669BDC
RGB
CMYK
RGB Variations
Color information
#669BDC (or 0x669BDC) is known color: Cornflower Blue. HEX triplet: 66, 9B and DC. RGB value is (102,155,220). Sum of RGB (Red+Green+Blue) = 102+155+220=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #669BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669BDC is #996423. Grayscale: #929292. Windows color (decimal): -10052644 or 14457702. OLE color: 14457702.
HSL color Cylindrical-coordinate representation of color #669BDC: hue angle of 213.05º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669BDC is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 102 | 155 | 220 | - |
| CMYK | 0.54 | 0.30 | 0 | 0.14 |
| HSL | 213.05º | 0.63% | 0.63% | - |
| HSV(B) | 213.05º | 0.54% | 0.86% | - |
| XYZ | 30.12 | 31.43 | 72.19 | - |
| YUV | 146.56 | 169.44 | 96.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 220 | 0.54 | 0.30 | 0 | 0.14 | 213.05 | 0.63 | 0.63 |
| Hex | 66 | 9B | DC | 36 | 1E | 0 | E | D5 | 3F | 3F |
| Octal | 146 | 233 | 334 | 66 | 36 | 0 | 16 | 325 | 77 | 77 |
| Binary | 1100110 | 10011011 | 11011100 | 110110 | 11110 | 0 | 1110 | 11010101 | 111111 | 111111 |
Color Harmonies of #669BDC
Complementary color
Monochromatic Colors of #669BDC
Black with #669BDC
Text Example
Text Example
White with #669BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669BDC; }
p { color: rgb(102,155,220); }
H1.HeaderClassName
{
color: #669BDC;
}
.AnyTagClassName
{
color: #669BDC;
}
</style>
background-color css
<style>
a { background-color: #669BDC; }
a { background-color: rgb(102,155,220); }
div.DivClassName
{
background-color: #669BDC;
}
.BgClassName
{
background-color: #669BDC;
}
</style>
border-color css
<style>
span { border-color: #669BDC; }
span { border-color: rgb(102,155,220); }
td.TdClassName
{
border-color: #669BDC;
}
.TagClassName
{
border-color: #669BDC;
}
</style>