Shades of Danube #6785BA
Tints of Danube #6785BA
RGB
CMYK
RGB Variations
Color information
#6785BA (or 0x6785BA) is known color: Danube. HEX triplet: 67, 85 and BA. RGB value is (103,133,186). Sum of RGB (Red+Green+Blue) = 103+133+186=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #6785BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6785BA is #987A45. Grayscale: #818181. Windows color (decimal): -9992774 or 12223847. OLE color: 12223847.
HSL color Cylindrical-coordinate representation of color #6785BA: hue angle of 218.31º 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 #6785BA is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 133 | 186 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.27 |
| HSL | 218.31º | 0.38% | 0.57% | - |
| HSV(B) | 218.31º | 0.45% | 0.73% | - |
| XYZ | 22.84 | 23.2 | 49.73 | - |
| YUV | 130.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 133 | 186 | 0.45 | 0.28 | 0 | 0.27 | 218.31 | 0.38 | 0.57 |
| Hex | 67 | 85 | BA | 2D | 1C | 0 | 1B | DA | 26 | 39 |
| Octal | 147 | 205 | 272 | 55 | 34 | 0 | 33 | 332 | 46 | 71 |
| Binary | 1100111 | 10000101 | 10111010 | 101101 | 11100 | 0 | 11011 | 11011010 | 100110 | 111001 |
Color Harmonies of #6785BA
Complementary color
Monochromatic Colors of #6785BA
Black with #6785BA
Text Example
Text Example
White with #6785BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6785BA; }
p { color: rgb(103,133,186); }
H1.HeaderClassName
{
color: #6785BA;
}
.AnyTagClassName
{
color: #6785BA;
}
</style>
background-color css
<style>
a { background-color: #6785BA; }
a { background-color: rgb(103,133,186); }
div.DivClassName
{
background-color: #6785BA;
}
.BgClassName
{
background-color: #6785BA;
}
</style>
border-color css
<style>
span { border-color: #6785BA; }
span { border-color: rgb(103,133,186); }
td.TdClassName
{
border-color: #6785BA;
}
.TagClassName
{
border-color: #6785BA;
}
</style>