Shades of Danube #6688D5
Tints of Danube #6688D5
RGB
CMYK
RGB Variations
Color information
#6688D5 (or 0x6688D5) is known color: Danube. HEX triplet: 66, 88 and D5. RGB value is (102,136,213). Sum of RGB (Red+Green+Blue) = 102+136+213=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #6688D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6688D5 is #99772A. Grayscale: #868686. Windows color (decimal): -10057515 or 13994086. OLE color: 13994086.
HSL color Cylindrical-coordinate representation of color #6688D5: hue angle of 221.62º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6688D5 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 102 | 136 | 213 | - |
| CMYK | 0.52 | 0.36 | 0 | 0.16 |
| HSL | 221.62º | 0.57% | 0.62% | - |
| HSV(B) | 221.62º | 0.52% | 0.84% | - |
| XYZ | 26.29 | 25.24 | 66.44 | - |
| YUV | 134.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 213 | 0.52 | 0.36 | 0 | 0.16 | 221.62 | 0.57 | 0.62 |
| Hex | 66 | 88 | D5 | 34 | 24 | 0 | 10 | DE | 39 | 3E |
| Octal | 146 | 210 | 325 | 64 | 44 | 0 | 20 | 336 | 71 | 76 |
| Binary | 1100110 | 10001000 | 11010101 | 110100 | 100100 | 0 | 10000 | 11011110 | 111001 | 111110 |
Color Harmonies of #6688D5
Complementary color
Monochromatic Colors of #6688D5
Black with #6688D5
Text Example
Text Example
White with #6688D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6688D5; }
p { color: rgb(102,136,213); }
H1.HeaderClassName
{
color: #6688D5;
}
.AnyTagClassName
{
color: #6688D5;
}
</style>
background-color css
<style>
a { background-color: #6688D5; }
a { background-color: rgb(102,136,213); }
div.DivClassName
{
background-color: #6688D5;
}
.BgClassName
{
background-color: #6688D5;
}
</style>
border-color css
<style>
span { border-color: #6688D5; }
span { border-color: rgb(102,136,213); }
td.TdClassName
{
border-color: #6688D5;
}
.TagClassName
{
border-color: #6688D5;
}
</style>