Shades of Danube #6688CE
Tints of Danube #6688CE
RGB
CMYK
RGB Variations
Color information
#6688CE (or 0x6688CE) is known color: Danube. HEX triplet: 66, 88 and CE. RGB value is (102,136,206). Sum of RGB (Red+Green+Blue) = 102+136+206=444 (58% of max value = 765). Red value is 102 (40.23% from 255 or 22.97% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #6688CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6688CE is #997731. Grayscale: #858585. Windows color (decimal): -10057522 or 13535334. OLE color: 13535334.
HSL color Cylindrical-coordinate representation of color #6688CE: hue angle of 220.38º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6688CE is Cyan = 0.50, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 136 | 206 | - |
| CMYK | 0.50 | 0.34 | 0 | 0.19 |
| HSL | 220.38º | 0.51% | 0.6% | - |
| HSV(B) | 220.38º | 0.5% | 0.81% | - |
| XYZ | 25.42 | 24.89 | 61.86 | - |
| YUV | 133.81 | 168.74 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 206 | 0.50 | 0.34 | 0 | 0.19 | 220.38 | 0.51 | 0.6 |
| Hex | 66 | 88 | CE | 32 | 22 | 0 | 13 | DC | 33 | 3C |
| Octal | 146 | 210 | 316 | 62 | 42 | 0 | 23 | 334 | 63 | 74 |
| Binary | 1100110 | 10001000 | 11001110 | 110010 | 100010 | 0 | 10011 | 11011100 | 110011 | 111100 |
Color Harmonies of #6688CE
Complementary color
Monochromatic Colors of #6688CE
Black with #6688CE
Text Example
Text Example
White with #6688CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6688CE; }
p { color: rgb(102,136,206); }
H1.HeaderClassName
{
color: #6688CE;
}
.AnyTagClassName
{
color: #6688CE;
}
</style>
background-color css
<style>
a { background-color: #6688CE; }
a { background-color: rgb(102,136,206); }
div.DivClassName
{
background-color: #6688CE;
}
.BgClassName
{
background-color: #6688CE;
}
</style>
border-color css
<style>
span { border-color: #6688CE; }
span { border-color: rgb(102,136,206); }
td.TdClassName
{
border-color: #6688CE;
}
.TagClassName
{
border-color: #6688CE;
}
</style>