Shades of Danube #6889CE
Tints of Danube #6889CE
RGB
CMYK
RGB Variations
Color information
#6889CE (or 0x6889CE) is known color: Danube. HEX triplet: 68, 89 and CE. RGB value is (104,137,206). Sum of RGB (Red+Green+Blue) = 104+137+206=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 137 (53.91% from 255 or 30.65% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 206 - color contains mainly: blue. Hex color #6889CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889CE is #977631. Grayscale: #868686. Windows color (decimal): -9926194 or 13535592. OLE color: 13535592.
HSL color Cylindrical-coordinate representation of color #6889CE: hue angle of 220.59º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6889CE is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 104 | 137 | 206 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.19 |
| HSL | 220.59º | 0.51% | 0.61% | - |
| HSV(B) | 220.59º | 0.5% | 0.81% | - |
| XYZ | 25.8 | 25.29 | 61.91 | - |
| YUV | 135 | 168.07 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 206 | 0.50 | 0.33 | 0 | 0.19 | 220.59 | 0.51 | 0.61 |
| Hex | 68 | 89 | CE | 32 | 21 | 0 | 13 | DD | 33 | 3D |
| Octal | 150 | 211 | 316 | 62 | 41 | 0 | 23 | 335 | 63 | 75 |
| Binary | 1101000 | 10001001 | 11001110 | 110010 | 100001 | 0 | 10011 | 11011101 | 110011 | 111101 |
Color Harmonies of #6889CE
Complementary color
Monochromatic Colors of #6889CE
Black with #6889CE
Text Example
Text Example
White with #6889CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6889CE; }
p { color: rgb(104,137,206); }
H1.HeaderClassName
{
color: #6889CE;
}
.AnyTagClassName
{
color: #6889CE;
}
</style>
background-color css
<style>
a { background-color: #6889CE; }
a { background-color: rgb(104,137,206); }
div.DivClassName
{
background-color: #6889CE;
}
.BgClassName
{
background-color: #6889CE;
}
</style>
border-color css
<style>
span { border-color: #6889CE; }
span { border-color: rgb(104,137,206); }
td.TdClassName
{
border-color: #6889CE;
}
.TagClassName
{
border-color: #6889CE;
}
</style>