Shades of Danube #6290BA
Tints of Danube #6290BA
RGB
CMYK
RGB Variations
Color information
#6290BA (or 0x6290BA) is known color: Danube. HEX triplet: 62, 90 and BA. RGB value is (98,144,186). Sum of RGB (Red+Green+Blue) = 98+144+186=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #6290BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6290BA is #9D6F45. Grayscale: #868686. Windows color (decimal): -10317638 or 12226658. OLE color: 12226658.
HSL color Cylindrical-coordinate representation of color #6290BA: hue angle of 208.64º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6290BA is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 144 | 186 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.27 |
| HSL | 208.64º | 0.39% | 0.56% | - |
| HSV(B) | 208.64º | 0.47% | 0.73% | - |
| XYZ | 23.87 | 26.09 | 50.23 | - |
| YUV | 135.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 186 | 0.47 | 0.23 | 0 | 0.27 | 208.64 | 0.39 | 0.56 |
| Hex | 62 | 90 | BA | 2F | 17 | 0 | 1B | D1 | 27 | 38 |
| Octal | 142 | 220 | 272 | 57 | 27 | 0 | 33 | 321 | 47 | 70 |
| Binary | 1100010 | 10010000 | 10111010 | 101111 | 10111 | 0 | 11011 | 11010001 | 100111 | 111000 |
Color Harmonies of #6290BA
Complementary color
Monochromatic Colors of #6290BA
Black with #6290BA
Text Example
Text Example
White with #6290BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6290BA; }
p { color: rgb(98,144,186); }
H1.HeaderClassName
{
color: #6290BA;
}
.AnyTagClassName
{
color: #6290BA;
}
</style>
background-color css
<style>
a { background-color: #6290BA; }
a { background-color: rgb(98,144,186); }
div.DivClassName
{
background-color: #6290BA;
}
.BgClassName
{
background-color: #6290BA;
}
</style>
border-color css
<style>
span { border-color: #6290BA; }
span { border-color: rgb(98,144,186); }
td.TdClassName
{
border-color: #6290BA;
}
.TagClassName
{
border-color: #6290BA;
}
</style>