Shades of Danube #6191D3
Tints of Danube #6191D3
RGB
CMYK
RGB Variations
Color information
#6191D3 (or 0x6191D3) is known color: Danube. HEX triplet: 61, 91 and D3. RGB value is (97,145,211). Sum of RGB (Red+Green+Blue) = 97+145+211=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #6191D3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6191D3 is #9E6E2C. Grayscale: #898989. Windows color (decimal): -10382893 or 13865313. OLE color: 13865313.
HSL color Cylindrical-coordinate representation of color #6191D3: hue angle of 214.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6191D3 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 97 | 145 | 211 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.17 |
| HSL | 214.74º | 0.56% | 0.6% | - |
| HSV(B) | 214.74º | 0.54% | 0.83% | - |
| XYZ | 26.81 | 27.5 | 65.52 | - |
| YUV | 138.17 | 169.1 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 211 | 0.54 | 0.31 | 0 | 0.17 | 214.74 | 0.56 | 0.6 |
| Hex | 61 | 91 | D3 | 36 | 1F | 0 | 11 | D7 | 38 | 3C |
| Octal | 141 | 221 | 323 | 66 | 37 | 0 | 21 | 327 | 70 | 74 |
| Binary | 1100001 | 10010001 | 11010011 | 110110 | 11111 | 0 | 10001 | 11010111 | 111000 | 111100 |
Color Harmonies of #6191D3
Complementary color
Monochromatic Colors of #6191D3
Black with #6191D3
Text Example
Text Example
White with #6191D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6191D3; }
p { color: rgb(97,145,211); }
H1.HeaderClassName
{
color: #6191D3;
}
.AnyTagClassName
{
color: #6191D3;
}
</style>
background-color css
<style>
a { background-color: #6191D3; }
a { background-color: rgb(97,145,211); }
div.DivClassName
{
background-color: #6191D3;
}
.BgClassName
{
background-color: #6191D3;
}
</style>
border-color css
<style>
span { border-color: #6191D3; }
span { border-color: rgb(97,145,211); }
td.TdClassName
{
border-color: #6191D3;
}
.TagClassName
{
border-color: #6191D3;
}
</style>