Shades of Danube #6889CB
Tints of Danube #6889CB
RGB
CMYK
RGB Variations
Color information
#6889CB (or 0x6889CB) is known color: Danube. HEX triplet: 68, 89 and CB. RGB value is (104,137,203). Sum of RGB (Red+Green+Blue) = 104+137+203=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 137 (53.91% from 255 or 30.86% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #6889CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6889CB is #977634. Grayscale: #868686. Windows color (decimal): -9926197 or 13338984. OLE color: 13338984.
HSL color Cylindrical-coordinate representation of color #6889CB: hue angle of 220º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6889CB is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 137 | 203 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.20 |
| HSL | 220º | 0.49% | 0.6% | - |
| HSV(B) | 220º | 0.49% | 0.8% | - |
| XYZ | 25.43 | 25.15 | 60.01 | - |
| YUV | 134.66 | 166.57 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 203 | 0.49 | 0.33 | 0 | 0.20 | 220 | 0.49 | 0.6 |
| Hex | 68 | 89 | CB | 31 | 21 | 0 | 14 | DC | 31 | 3C |
| Octal | 150 | 211 | 313 | 61 | 41 | 0 | 24 | 334 | 61 | 74 |
| Binary | 1101000 | 10001001 | 11001011 | 110001 | 100001 | 0 | 10100 | 11011100 | 110001 | 111100 |
Color Harmonies of #6889CB
Complementary color
Monochromatic Colors of #6889CB
Black with #6889CB
Text Example
Text Example
White with #6889CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6889CB; }
p { color: rgb(104,137,203); }
H1.HeaderClassName
{
color: #6889CB;
}
.AnyTagClassName
{
color: #6889CB;
}
</style>
background-color css
<style>
a { background-color: #6889CB; }
a { background-color: rgb(104,137,203); }
div.DivClassName
{
background-color: #6889CB;
}
.BgClassName
{
background-color: #6889CB;
}
</style>
border-color css
<style>
span { border-color: #6889CB; }
span { border-color: rgb(104,137,203); }
td.TdClassName
{
border-color: #6889CB;
}
.TagClassName
{
border-color: #6889CB;
}
</style>