Shades of Danube #6688B5
Tints of Danube #6688B5
RGB
CMYK
RGB Variations
Color information
#6688B5 (or 0x6688B5) is known color: Danube. HEX triplet: 66, 88 and B5. RGB value is (102,136,181). Sum of RGB (Red+Green+Blue) = 102+136+181=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 181 (71.09% from 255 or 43.20% from 419); Max value from RGB is 181 - color contains mainly: blue. Hex color #6688B5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6688B5 is #99774A. Grayscale: #828282. Windows color (decimal): -10057547 or 11896934. OLE color: 11896934.
HSL color Cylindrical-coordinate representation of color #6688B5: hue angle of 214.18º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6688B5 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 102 | 136 | 181 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.29 |
| HSL | 214.18º | 0.35% | 0.55% | - |
| HSV(B) | 214.18º | 0.44% | 0.71% | - |
| XYZ | 22.62 | 23.77 | 47.11 | - |
| YUV | 130.96 | 156.24 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 181 | 0.44 | 0.25 | 0 | 0.29 | 214.18 | 0.35 | 0.55 |
| Hex | 66 | 88 | B5 | 2C | 19 | 0 | 1D | D6 | 23 | 37 |
| Octal | 146 | 210 | 265 | 54 | 31 | 0 | 35 | 326 | 43 | 67 |
| Binary | 1100110 | 10001000 | 10110101 | 101100 | 11001 | 0 | 11101 | 11010110 | 100011 | 110111 |
Color Harmonies of #6688B5
Complementary color
Monochromatic Colors of #6688B5
Black with #6688B5
Text Example
Text Example
White with #6688B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6688B5; }
p { color: rgb(102,136,181); }
H1.HeaderClassName
{
color: #6688B5;
}
.AnyTagClassName
{
color: #6688B5;
}
</style>
background-color css
<style>
a { background-color: #6688B5; }
a { background-color: rgb(102,136,181); }
div.DivClassName
{
background-color: #6688B5;
}
.BgClassName
{
background-color: #6688B5;
}
</style>
border-color css
<style>
span { border-color: #6688B5; }
span { border-color: rgb(102,136,181); }
td.TdClassName
{
border-color: #6688B5;
}
.TagClassName
{
border-color: #6688B5;
}
</style>