Shades of Danube #6192CD
Tints of Danube #6192CD
RGB
CMYK
RGB Variations
Color information
#6192CD (or 0x6192CD) is known color: Danube. HEX triplet: 61, 92 and CD. RGB value is (97,146,205). Sum of RGB (Red+Green+Blue) = 97+146+205=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #6192CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192CD is #9E6D32. Grayscale: #898989. Windows color (decimal): -10382643 or 13472353. OLE color: 13472353.
HSL color Cylindrical-coordinate representation of color #6192CD: hue angle of 212.78º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6192CD is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 146 | 205 | - |
| CMYK | 0.53 | 0.29 | 0 | 0.20 |
| HSL | 212.78º | 0.52% | 0.59% | - |
| HSV(B) | 212.78º | 0.53% | 0.8% | - |
| XYZ | 26.23 | 27.51 | 61.68 | - |
| YUV | 138.08 | 165.77 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 205 | 0.53 | 0.29 | 0 | 0.20 | 212.78 | 0.52 | 0.59 |
| Hex | 61 | 92 | CD | 35 | 1D | 0 | 14 | D5 | 34 | 3B |
| Octal | 141 | 222 | 315 | 65 | 35 | 0 | 24 | 325 | 64 | 73 |
| Binary | 1100001 | 10010010 | 11001101 | 110101 | 11101 | 0 | 10100 | 11010101 | 110100 | 111011 |
Color Harmonies of #6192CD
Complementary color
Monochromatic Colors of #6192CD
Black with #6192CD
Text Example
Text Example
White with #6192CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192CD; }
p { color: rgb(97,146,205); }
H1.HeaderClassName
{
color: #6192CD;
}
.AnyTagClassName
{
color: #6192CD;
}
</style>
background-color css
<style>
a { background-color: #6192CD; }
a { background-color: rgb(97,146,205); }
div.DivClassName
{
background-color: #6192CD;
}
.BgClassName
{
background-color: #6192CD;
}
</style>
border-color css
<style>
span { border-color: #6192CD; }
span { border-color: rgb(97,146,205); }
td.TdClassName
{
border-color: #6192CD;
}
.TagClassName
{
border-color: #6192CD;
}
</style>