Shades of Danube #6185BC
Tints of Danube #6185BC
RGB
CMYK
RGB Variations
Color information
#6185BC (or 0x6185BC) is known color: Danube. HEX triplet: 61, 85 and BC. RGB value is (97,133,188). Sum of RGB (Red+Green+Blue) = 97+133+188=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #6185BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6185BC is #9E7A43. Grayscale: #808080. Windows color (decimal): -10385988 or 12354913. OLE color: 12354913.
HSL color Cylindrical-coordinate representation of color #6185BC: hue angle of 216.26º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6185BC is Cyan = 0.48, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 97 | 133 | 188 | - |
| CMYK | 0.48 | 0.29 | 0 | 0.26 |
| HSL | 216.26º | 0.4% | 0.56% | - |
| HSV(B) | 216.26º | 0.48% | 0.74% | - |
| XYZ | 22.39 | 22.95 | 50.83 | - |
| YUV | 128.51 | 161.57 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 133 | 188 | 0.48 | 0.29 | 0 | 0.26 | 216.26 | 0.4 | 0.56 |
| Hex | 61 | 85 | BC | 30 | 1D | 0 | 1A | D8 | 28 | 38 |
| Octal | 141 | 205 | 274 | 60 | 35 | 0 | 32 | 330 | 50 | 70 |
| Binary | 1100001 | 10000101 | 10111100 | 110000 | 11101 | 0 | 11010 | 11011000 | 101000 | 111000 |
Color Harmonies of #6185BC
Complementary color
Monochromatic Colors of #6185BC
Black with #6185BC
Text Example
Text Example
White with #6185BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6185BC; }
p { color: rgb(97,133,188); }
H1.HeaderClassName
{
color: #6185BC;
}
.AnyTagClassName
{
color: #6185BC;
}
</style>
background-color css
<style>
a { background-color: #6185BC; }
a { background-color: rgb(97,133,188); }
div.DivClassName
{
background-color: #6185BC;
}
.BgClassName
{
background-color: #6185BC;
}
</style>
border-color css
<style>
span { border-color: #6185BC; }
span { border-color: rgb(97,133,188); }
td.TdClassName
{
border-color: #6185BC;
}
.TagClassName
{
border-color: #6185BC;
}
</style>