Shades of Danube #6889BB
Tints of Danube #6889BB
RGB
CMYK
RGB Variations
Color information
#6889BB (or 0x6889BB) is known color: Danube. HEX triplet: 68, 89 and BB. RGB value is (104,137,187). Sum of RGB (Red+Green+Blue) = 104+137+187=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #6889BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889BB is #977644. Grayscale: #848484. Windows color (decimal): -9926213 or 12290408. OLE color: 12290408.
HSL color Cylindrical-coordinate representation of color #6889BB: hue angle of 216.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6889BB is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 137 | 187 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.27 |
| HSL | 216.14º | 0.38% | 0.57% | - |
| HSV(B) | 216.14º | 0.44% | 0.73% | - |
| XYZ | 23.62 | 24.42 | 50.48 | - |
| YUV | 132.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 187 | 0.44 | 0.27 | 0 | 0.27 | 216.14 | 0.38 | 0.57 |
| Hex | 68 | 89 | BB | 2C | 1B | 0 | 1B | D8 | 26 | 39 |
| Octal | 150 | 211 | 273 | 54 | 33 | 0 | 33 | 330 | 46 | 71 |
| Binary | 1101000 | 10001001 | 10111011 | 101100 | 11011 | 0 | 11011 | 11011000 | 100110 | 111001 |
Color Harmonies of #6889BB
Complementary color
Monochromatic Colors of #6889BB
Black with #6889BB
Text Example
Text Example
White with #6889BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6889BB; }
p { color: rgb(104,137,187); }
H1.HeaderClassName
{
color: #6889BB;
}
.AnyTagClassName
{
color: #6889BB;
}
</style>
background-color css
<style>
a { background-color: #6889BB; }
a { background-color: rgb(104,137,187); }
div.DivClassName
{
background-color: #6889BB;
}
.BgClassName
{
background-color: #6889BB;
}
</style>
border-color css
<style>
span { border-color: #6889BB; }
span { border-color: rgb(104,137,187); }
td.TdClassName
{
border-color: #6889BB;
}
.TagClassName
{
border-color: #6889BB;
}
</style>