Shades of Danube #6191CF
Tints of Danube #6191CF
RGB
CMYK
RGB Variations
Color information
#6191CF (or 0x6191CF) is known color: Danube. HEX triplet: 61, 91 and CF. RGB value is (97,145,207). Sum of RGB (Red+Green+Blue) = 97+145+207=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #6191CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6191CF is #9E6E30. Grayscale: #898989. Windows color (decimal): -10382897 or 13603169. OLE color: 13603169.
HSL color Cylindrical-coordinate representation of color #6191CF: hue angle of 213.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6191CF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 145 | 207 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.19 |
| HSL | 213.82º | 0.53% | 0.6% | - |
| HSV(B) | 213.82º | 0.53% | 0.81% | - |
| XYZ | 26.32 | 27.3 | 62.91 | - |
| YUV | 137.72 | 167.1 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 207 | 0.53 | 0.30 | 0 | 0.19 | 213.82 | 0.53 | 0.6 |
| Hex | 61 | 91 | CF | 35 | 1E | 0 | 13 | D6 | 35 | 3C |
| Octal | 141 | 221 | 317 | 65 | 36 | 0 | 23 | 326 | 65 | 74 |
| Binary | 1100001 | 10010001 | 11001111 | 110101 | 11110 | 0 | 10011 | 11010110 | 110101 | 111100 |
Color Harmonies of #6191CF
Complementary color
Monochromatic Colors of #6191CF
Black with #6191CF
Text Example
Text Example
White with #6191CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6191CF; }
p { color: rgb(97,145,207); }
H1.HeaderClassName
{
color: #6191CF;
}
.AnyTagClassName
{
color: #6191CF;
}
</style>
background-color css
<style>
a { background-color: #6191CF; }
a { background-color: rgb(97,145,207); }
div.DivClassName
{
background-color: #6191CF;
}
.BgClassName
{
background-color: #6191CF;
}
</style>
border-color css
<style>
span { border-color: #6191CF; }
span { border-color: rgb(97,145,207); }
td.TdClassName
{
border-color: #6191CF;
}
.TagClassName
{
border-color: #6191CF;
}
</style>