Shades of Danube #6790BA
Tints of Danube #6790BA
RGB
CMYK
RGB Variations
Color information
#6790BA (or 0x6790BA) is known color: Danube. HEX triplet: 67, 90 and BA. RGB value is (103,144,186). Sum of RGB (Red+Green+Blue) = 103+144+186=433 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.79% from 433); Green value is 144 (56.64% from 255 or 33.26% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #6790BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6790BA is #986F45. Grayscale: #888888. Windows color (decimal): -9989958 or 12226663. OLE color: 12226663.
HSL color Cylindrical-coordinate representation of color #6790BA: hue angle of 210.36º 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 #6790BA is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 144 | 186 | - |
| CMYK | 0.45 | 0.23 | 0 | 0.27 |
| HSL | 210.36º | 0.38% | 0.57% | - |
| HSV(B) | 210.36º | 0.45% | 0.73% | - |
| XYZ | 24.43 | 26.38 | 50.26 | - |
| YUV | 136.53 | 155.92 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 186 | 0.45 | 0.23 | 0 | 0.27 | 210.36 | 0.38 | 0.57 |
| Hex | 67 | 90 | BA | 2D | 17 | 0 | 1B | D2 | 26 | 39 |
| Octal | 147 | 220 | 272 | 55 | 27 | 0 | 33 | 322 | 46 | 71 |
| Binary | 1100111 | 10010000 | 10111010 | 101101 | 10111 | 0 | 11011 | 11010010 | 100110 | 111001 |
Color Harmonies of #6790BA
Complementary color
Monochromatic Colors of #6790BA
Black with #6790BA
Text Example
Text Example
White with #6790BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6790BA; }
p { color: rgb(103,144,186); }
H1.HeaderClassName
{
color: #6790BA;
}
.AnyTagClassName
{
color: #6790BA;
}
</style>
background-color css
<style>
a { background-color: #6790BA; }
a { background-color: rgb(103,144,186); }
div.DivClassName
{
background-color: #6790BA;
}
.BgClassName
{
background-color: #6790BA;
}
</style>
border-color css
<style>
span { border-color: #6790BA; }
span { border-color: rgb(103,144,186); }
td.TdClassName
{
border-color: #6790BA;
}
.TagClassName
{
border-color: #6790BA;
}
</style>