Shades of Danube #6192C6
Tints of Danube #6192C6
RGB
CMYK
RGB Variations
Color information
#6192C6 (or 0x6192C6) is known color: Danube. HEX triplet: 61, 92 and C6. RGB value is (97,146,198). Sum of RGB (Red+Green+Blue) = 97+146+198=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #6192C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192C6 is #9E6D39. Grayscale: #898989. Windows color (decimal): -10382650 or 13013601. OLE color: 13013601.
HSL color Cylindrical-coordinate representation of color #6192C6: hue angle of 210.89º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6192C6 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 146 | 198 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.22 |
| HSL | 210.89º | 0.47% | 0.58% | - |
| HSV(B) | 210.89º | 0.51% | 0.78% | - |
| XYZ | 25.4 | 27.18 | 57.33 | - |
| YUV | 137.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 198 | 0.51 | 0.26 | 0 | 0.22 | 210.89 | 0.47 | 0.58 |
| Hex | 61 | 92 | C6 | 33 | 1A | 0 | 16 | D3 | 2F | 3A |
| Octal | 141 | 222 | 306 | 63 | 32 | 0 | 26 | 323 | 57 | 72 |
| Binary | 1100001 | 10010010 | 11000110 | 110011 | 11010 | 0 | 10110 | 11010011 | 101111 | 111010 |
Color Harmonies of #6192C6
Complementary color
Monochromatic Colors of #6192C6
Black with #6192C6
Text Example
Text Example
White with #6192C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192C6; }
p { color: rgb(97,146,198); }
H1.HeaderClassName
{
color: #6192C6;
}
.AnyTagClassName
{
color: #6192C6;
}
</style>
background-color css
<style>
a { background-color: #6192C6; }
a { background-color: rgb(97,146,198); }
div.DivClassName
{
background-color: #6192C6;
}
.BgClassName
{
background-color: #6192C6;
}
</style>
border-color css
<style>
span { border-color: #6192C6; }
span { border-color: rgb(97,146,198); }
td.TdClassName
{
border-color: #6192C6;
}
.TagClassName
{
border-color: #6192C6;
}
</style>