Shades of Danube #6889C0
Tints of Danube #6889C0
RGB
CMYK
RGB Variations
Color information
#6889C0 (or 0x6889C0) is known color: Danube. HEX triplet: 68, 89 and C0. RGB value is (104,137,192). Sum of RGB (Red+Green+Blue) = 104+137+192=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 192 - color contains mainly: blue. Hex color #6889C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889C0 is #97763F. Grayscale: #858585. Windows color (decimal): -9926208 or 12618088. OLE color: 12618088.
HSL color Cylindrical-coordinate representation of color #6889C0: hue angle of 217.5º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6889C0 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 137 | 192 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.25 |
| HSL | 217.5º | 0.41% | 0.58% | - |
| HSV(B) | 217.5º | 0.46% | 0.75% | - |
| XYZ | 24.17 | 24.64 | 53.35 | - |
| YUV | 133.4 | 161.07 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 192 | 0.46 | 0.29 | 0 | 0.25 | 217.5 | 0.41 | 0.58 |
| Hex | 68 | 89 | C0 | 2E | 1D | 0 | 19 | DA | 29 | 3A |
| Octal | 150 | 211 | 300 | 56 | 35 | 0 | 31 | 332 | 51 | 72 |
| Binary | 1101000 | 10001001 | 11000000 | 101110 | 11101 | 0 | 11001 | 11011010 | 101001 | 111010 |
Color Harmonies of #6889C0
Complementary color
Monochromatic Colors of #6889C0
Black with #6889C0
Text Example
Text Example
White with #6889C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6889C0; }
p { color: rgb(104,137,192); }
H1.HeaderClassName
{
color: #6889C0;
}
.AnyTagClassName
{
color: #6889C0;
}
</style>
background-color css
<style>
a { background-color: #6889C0; }
a { background-color: rgb(104,137,192); }
div.DivClassName
{
background-color: #6889C0;
}
.BgClassName
{
background-color: #6889C0;
}
</style>
border-color css
<style>
span { border-color: #6889C0; }
span { border-color: rgb(104,137,192); }
td.TdClassName
{
border-color: #6889C0;
}
.TagClassName
{
border-color: #6889C0;
}
</style>