Shades of Danube #6888B7
Tints of Danube #6888B7
RGB
CMYK
RGB Variations
Color information
#6888B7 (or 0x6888B7) is known color: Danube. HEX triplet: 68, 88 and B7. RGB value is (104,136,183). Sum of RGB (Red+Green+Blue) = 104+136+183=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 183 (71.88% from 255 or 43.26% from 423); Max value from RGB is 183 - color contains mainly: blue. Hex color #6888B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6888B7 is #977748. Grayscale: #838383. Windows color (decimal): -9926473 or 12028008. OLE color: 12028008.
HSL color Cylindrical-coordinate representation of color #6888B7: hue angle of 215.7º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6888B7 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 104 | 136 | 183 | - |
| CMYK | 0.43 | 0.26 | 0 | 0.28 |
| HSL | 215.7º | 0.35% | 0.56% | - |
| HSV(B) | 215.7º | 0.43% | 0.72% | - |
| XYZ | 23.06 | 23.97 | 48.21 | - |
| YUV | 131.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 183 | 0.43 | 0.26 | 0 | 0.28 | 215.7 | 0.35 | 0.56 |
| Hex | 68 | 88 | B7 | 2B | 1A | 0 | 1C | D8 | 23 | 38 |
| Octal | 150 | 210 | 267 | 53 | 32 | 0 | 34 | 330 | 43 | 70 |
| Binary | 1101000 | 10001000 | 10110111 | 101011 | 11010 | 0 | 11100 | 11011000 | 100011 | 111000 |
Color Harmonies of #6888B7
Complementary color
Monochromatic Colors of #6888B7
Black with #6888B7
Text Example
Text Example
White with #6888B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6888B7; }
p { color: rgb(104,136,183); }
H1.HeaderClassName
{
color: #6888B7;
}
.AnyTagClassName
{
color: #6888B7;
}
</style>
background-color css
<style>
a { background-color: #6888B7; }
a { background-color: rgb(104,136,183); }
div.DivClassName
{
background-color: #6888B7;
}
.BgClassName
{
background-color: #6888B7;
}
</style>
border-color css
<style>
span { border-color: #6888B7; }
span { border-color: rgb(104,136,183); }
td.TdClassName
{
border-color: #6888B7;
}
.TagClassName
{
border-color: #6888B7;
}
</style>