Shades of Danube #6192C4
Tints of Danube #6192C4
RGB
CMYK
RGB Variations
Color information
#6192C4 (or 0x6192C4) is known color: Danube. HEX triplet: 61, 92 and C4. RGB value is (97,146,196). Sum of RGB (Red+Green+Blue) = 97+146+196=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 196 (76.95% from 255 or 44.65% from 439); Max value from RGB is 196 - color contains mainly: blue. Hex color #6192C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192C4 is #9E6D3B. Grayscale: #888888. Windows color (decimal): -10382652 or 12882529. OLE color: 12882529.
HSL color Cylindrical-coordinate representation of color #6192C4: hue angle of 210.3º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6192C4 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 146 | 196 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.23 |
| HSL | 210.3º | 0.46% | 0.57% | - |
| HSV(B) | 210.3º | 0.51% | 0.77% | - |
| XYZ | 25.17 | 27.08 | 56.13 | - |
| YUV | 137.05 | 161.27 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 196 | 0.51 | 0.26 | 0 | 0.23 | 210.3 | 0.46 | 0.57 |
| Hex | 61 | 92 | C4 | 33 | 1A | 0 | 17 | D2 | 2E | 39 |
| Octal | 141 | 222 | 304 | 63 | 32 | 0 | 27 | 322 | 56 | 71 |
| Binary | 1100001 | 10010010 | 11000100 | 110011 | 11010 | 0 | 10111 | 11010010 | 101110 | 111001 |
Color Harmonies of #6192C4
Complementary color
Monochromatic Colors of #6192C4
Black with #6192C4
Text Example
Text Example
White with #6192C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192C4; }
p { color: rgb(97,146,196); }
H1.HeaderClassName
{
color: #6192C4;
}
.AnyTagClassName
{
color: #6192C4;
}
</style>
background-color css
<style>
a { background-color: #6192C4; }
a { background-color: rgb(97,146,196); }
div.DivClassName
{
background-color: #6192C4;
}
.BgClassName
{
background-color: #6192C4;
}
</style>
border-color css
<style>
span { border-color: #6192C4; }
span { border-color: rgb(97,146,196); }
td.TdClassName
{
border-color: #6192C4;
}
.TagClassName
{
border-color: #6192C4;
}
</style>