Shades of Danube #6789CB
Tints of Danube #6789CB
RGB
CMYK
RGB Variations
Color information
#6789CB (or 0x6789CB) is known color: Danube. HEX triplet: 67, 89 and CB. RGB value is (103,137,203). Sum of RGB (Red+Green+Blue) = 103+137+203=443 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.25% from 443); Green value is 137 (53.91% from 255 or 30.93% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #6789CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6789CB is #987634. Grayscale: #868686. Windows color (decimal): -9991733 or 13338983. OLE color: 13338983.
HSL color Cylindrical-coordinate representation of color #6789CB: hue angle of 219.6º 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 #6789CB is Cyan = 0.49, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 137 | 203 | - |
| CMYK | 0.49 | 0.33 | 0 | 0.20 |
| HSL | 219.6º | 0.49% | 0.6% | - |
| HSV(B) | 219.6º | 0.49% | 0.8% | - |
| XYZ | 25.32 | 25.09 | 60.01 | - |
| YUV | 134.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 203 | 0.49 | 0.33 | 0 | 0.20 | 219.6 | 0.49 | 0.6 |
| Hex | 67 | 89 | CB | 31 | 21 | 0 | 14 | DC | 31 | 3C |
| Octal | 147 | 211 | 313 | 61 | 41 | 0 | 24 | 334 | 61 | 74 |
| Binary | 1100111 | 10001001 | 11001011 | 110001 | 100001 | 0 | 10100 | 11011100 | 110001 | 111100 |
Color Harmonies of #6789CB
Complementary color
Monochromatic Colors of #6789CB
Black with #6789CB
Text Example
Text Example
White with #6789CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6789CB; }
p { color: rgb(103,137,203); }
H1.HeaderClassName
{
color: #6789CB;
}
.AnyTagClassName
{
color: #6789CB;
}
</style>
background-color css
<style>
a { background-color: #6789CB; }
a { background-color: rgb(103,137,203); }
div.DivClassName
{
background-color: #6789CB;
}
.BgClassName
{
background-color: #6789CB;
}
</style>
border-color css
<style>
span { border-color: #6789CB; }
span { border-color: rgb(103,137,203); }
td.TdClassName
{
border-color: #6789CB;
}
.TagClassName
{
border-color: #6789CB;
}
</style>