Shades of Danube #6889C7
Tints of Danube #6889C7
RGB
CMYK
RGB Variations
Color information
#6889C7 (or 0x6889C7) is known color: Danube. HEX triplet: 68, 89 and C7. RGB value is (104,137,199). Sum of RGB (Red+Green+Blue) = 104+137+199=440 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.64% from 440); Green value is 137 (53.91% from 255 or 31.14% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #6889C7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889C7 is #977638. Grayscale: #858585. Windows color (decimal): -9926201 or 13076840. OLE color: 13076840.
HSL color Cylindrical-coordinate representation of color #6889C7: hue angle of 219.16º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6889C7 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 137 | 199 | - |
| CMYK | 0.48 | 0.31 | 0 | 0.22 |
| HSL | 219.16º | 0.46% | 0.59% | - |
| HSV(B) | 219.16º | 0.48% | 0.78% | - |
| XYZ | 24.96 | 24.96 | 57.53 | - |
| YUV | 134.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 199 | 0.48 | 0.31 | 0 | 0.22 | 219.16 | 0.46 | 0.59 |
| Hex | 68 | 89 | C7 | 30 | 1F | 0 | 16 | DB | 2E | 3B |
| Octal | 150 | 211 | 307 | 60 | 37 | 0 | 26 | 333 | 56 | 73 |
| Binary | 1101000 | 10001001 | 11000111 | 110000 | 11111 | 0 | 10110 | 11011011 | 101110 | 111011 |
Color Harmonies of #6889C7
Complementary color
Monochromatic Colors of #6889C7
Black with #6889C7
Text Example
Text Example
White with #6889C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6889C7; }
p { color: rgb(104,137,199); }
H1.HeaderClassName
{
color: #6889C7;
}
.AnyTagClassName
{
color: #6889C7;
}
</style>
background-color css
<style>
a { background-color: #6889C7; }
a { background-color: rgb(104,137,199); }
div.DivClassName
{
background-color: #6889C7;
}
.BgClassName
{
background-color: #6889C7;
}
</style>
border-color css
<style>
span { border-color: #6889C7; }
span { border-color: rgb(104,137,199); }
td.TdClassName
{
border-color: #6889C7;
}
.TagClassName
{
border-color: #6889C7;
}
</style>