Shades of Danube #6789BA
Tints of Danube #6789BA
RGB
CMYK
RGB Variations
Color information
#6789BA (or 0x6789BA) is known color: Danube. HEX triplet: 67, 89 and BA. RGB value is (103,137,186). Sum of RGB (Red+Green+Blue) = 103+137+186=426 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.18% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #6789BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6789BA is #987645. Grayscale: #848484. Windows color (decimal): -9991750 or 12224871. OLE color: 12224871.
HSL color Cylindrical-coordinate representation of color #6789BA: hue angle of 215.42º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6789BA is Cyan = 0.45, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 137 | 186 | - |
| CMYK | 0.45 | 0.26 | 0 | 0.27 |
| HSL | 215.42º | 0.38% | 0.57% | - |
| HSV(B) | 215.42º | 0.45% | 0.73% | - |
| XYZ | 23.4 | 24.32 | 49.92 | - |
| YUV | 132.42 | 158.24 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 137 | 186 | 0.45 | 0.26 | 0 | 0.27 | 215.42 | 0.38 | 0.57 |
| Hex | 67 | 89 | BA | 2D | 1A | 0 | 1B | D7 | 26 | 39 |
| Octal | 147 | 211 | 272 | 55 | 32 | 0 | 33 | 327 | 46 | 71 |
| Binary | 1100111 | 10001001 | 10111010 | 101101 | 11010 | 0 | 11011 | 11010111 | 100110 | 111001 |
Color Harmonies of #6789BA
Complementary color
Monochromatic Colors of #6789BA
Black with #6789BA
Text Example
Text Example
White with #6789BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6789BA; }
p { color: rgb(103,137,186); }
H1.HeaderClassName
{
color: #6789BA;
}
.AnyTagClassName
{
color: #6789BA;
}
</style>
background-color css
<style>
a { background-color: #6789BA; }
a { background-color: rgb(103,137,186); }
div.DivClassName
{
background-color: #6789BA;
}
.BgClassName
{
background-color: #6789BA;
}
</style>
border-color css
<style>
span { border-color: #6789BA; }
span { border-color: rgb(103,137,186); }
td.TdClassName
{
border-color: #6789BA;
}
.TagClassName
{
border-color: #6789BA;
}
</style>