Shades of Danube #6190BD
Tints of Danube #6190BD
RGB
CMYK
RGB Variations
Color information
#6190BD (or 0x6190BD) is known color: Danube. HEX triplet: 61, 90 and BD. RGB value is (97,144,189). Sum of RGB (Red+Green+Blue) = 97+144+189=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #6190BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190BD is #9E6F42. Grayscale: #868686. Windows color (decimal): -10383171 or 12423265. OLE color: 12423265.
HSL color Cylindrical-coordinate representation of color #6190BD: hue angle of 209.35º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6190BD is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 144 | 189 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.26 |
| HSL | 209.35º | 0.41% | 0.56% | - |
| HSV(B) | 209.35º | 0.49% | 0.74% | - |
| XYZ | 24.09 | 26.16 | 51.92 | - |
| YUV | 135.08 | 158.43 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 189 | 0.49 | 0.24 | 0 | 0.26 | 209.35 | 0.41 | 0.56 |
| Hex | 61 | 90 | BD | 31 | 18 | 0 | 1A | D1 | 29 | 38 |
| Octal | 141 | 220 | 275 | 61 | 30 | 0 | 32 | 321 | 51 | 70 |
| Binary | 1100001 | 10010000 | 10111101 | 110001 | 11000 | 0 | 11010 | 11010001 | 101001 | 111000 |
Color Harmonies of #6190BD
Complementary color
Monochromatic Colors of #6190BD
Black with #6190BD
Text Example
Text Example
White with #6190BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190BD; }
p { color: rgb(97,144,189); }
H1.HeaderClassName
{
color: #6190BD;
}
.AnyTagClassName
{
color: #6190BD;
}
</style>
background-color css
<style>
a { background-color: #6190BD; }
a { background-color: rgb(97,144,189); }
div.DivClassName
{
background-color: #6190BD;
}
.BgClassName
{
background-color: #6190BD;
}
</style>
border-color css
<style>
span { border-color: #6190BD; }
span { border-color: rgb(97,144,189); }
td.TdClassName
{
border-color: #6190BD;
}
.TagClassName
{
border-color: #6190BD;
}
</style>