Shades of Danube #6185B2
Tints of Danube #6185B2
RGB
CMYK
RGB Variations
Color information
#6185B2 (or 0x6185B2) is known color: Danube. HEX triplet: 61, 85 and B2. RGB value is (97,133,178). Sum of RGB (Red+Green+Blue) = 97+133+178=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #6185B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6185B2 is #9E7A4D. Grayscale: #7F7F7F. Windows color (decimal): -10385998 or 11699553. OLE color: 11699553.
HSL color Cylindrical-coordinate representation of color #6185B2: hue angle of 213.33º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6185B2 is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 97 | 133 | 178 | - |
| CMYK | 0.46 | 0.25 | 0 | 0.30 |
| HSL | 213.33º | 0.34% | 0.54% | - |
| HSV(B) | 213.33º | 0.46% | 0.7% | - |
| XYZ | 21.35 | 22.53 | 45.34 | - |
| YUV | 127.37 | 156.57 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 178 | 0.46 | 0.25 | 0 | 0.30 | 213.33 | 0.34 | 0.54 |
| Hex | 61 | 85 | B2 | 2E | 19 | 0 | 1E | D5 | 22 | 36 |
| Octal | 141 | 205 | 262 | 56 | 31 | 0 | 36 | 325 | 42 | 66 |
| Binary | 1100001 | 10000101 | 10110010 | 101110 | 11001 | 0 | 11110 | 11010101 | 100010 | 110110 |
Color Harmonies of #6185B2
Complementary color
Monochromatic Colors of #6185B2
Black with #6185B2
Text Example
Text Example
White with #6185B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6185B2; }
p { color: rgb(97,133,178); }
H1.HeaderClassName
{
color: #6185B2;
}
.AnyTagClassName
{
color: #6185B2;
}
</style>
background-color css
<style>
a { background-color: #6185B2; }
a { background-color: rgb(97,133,178); }
div.DivClassName
{
background-color: #6185B2;
}
.BgClassName
{
background-color: #6185B2;
}
</style>
border-color css
<style>
span { border-color: #6185B2; }
span { border-color: rgb(97,133,178); }
td.TdClassName
{
border-color: #6185B2;
}
.TagClassName
{
border-color: #6185B2;
}
</style>