Shades of Danube #6190CF
Tints of Danube #6190CF
RGB
CMYK
RGB Variations
Color information
#6190CF (or 0x6190CF) is known color: Danube. HEX triplet: 61, 90 and CF. RGB value is (97,144,207). Sum of RGB (Red+Green+Blue) = 97+144+207=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #6190CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6190CF is #9E6F30. Grayscale: #888888. Windows color (decimal): -10383153 or 13602913. OLE color: 13602913.
HSL color Cylindrical-coordinate representation of color #6190CF: hue angle of 214.36º 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 #6190CF is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 144 | 207 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.19 |
| HSL | 214.36º | 0.53% | 0.6% | - |
| HSV(B) | 214.36º | 0.53% | 0.81% | - |
| XYZ | 26.17 | 26.99 | 62.86 | - |
| YUV | 137.13 | 167.43 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 207 | 0.53 | 0.30 | 0 | 0.19 | 214.36 | 0.53 | 0.6 |
| Hex | 61 | 90 | CF | 35 | 1E | 0 | 13 | D6 | 35 | 3C |
| Octal | 141 | 220 | 317 | 65 | 36 | 0 | 23 | 326 | 65 | 74 |
| Binary | 1100001 | 10010000 | 11001111 | 110101 | 11110 | 0 | 10011 | 11010110 | 110101 | 111100 |
Color Harmonies of #6190CF
Complementary color
Monochromatic Colors of #6190CF
Black with #6190CF
Text Example
Text Example
White with #6190CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6190CF; }
p { color: rgb(97,144,207); }
H1.HeaderClassName
{
color: #6190CF;
}
.AnyTagClassName
{
color: #6190CF;
}
</style>
background-color css
<style>
a { background-color: #6190CF; }
a { background-color: rgb(97,144,207); }
div.DivClassName
{
background-color: #6190CF;
}
.BgClassName
{
background-color: #6190CF;
}
</style>
border-color css
<style>
span { border-color: #6190CF; }
span { border-color: rgb(97,144,207); }
td.TdClassName
{
border-color: #6190CF;
}
.TagClassName
{
border-color: #6190CF;
}
</style>