Shades of Danube #6192BF
Tints of Danube #6192BF
RGB
CMYK
RGB Variations
Color information
#6192BF (or 0x6192BF) is known color: Danube. HEX triplet: 61, 92 and BF. RGB value is (97,146,191). Sum of RGB (Red+Green+Blue) = 97+146+191=434 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.35% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #6192BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6192BF is #9E6D40. Grayscale: #888888. Windows color (decimal): -10382657 or 12554849. OLE color: 12554849.
HSL color Cylindrical-coordinate representation of color #6192BF: hue angle of 208.72º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6192BF is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 146 | 191 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.25 |
| HSL | 208.72º | 0.42% | 0.56% | - |
| HSV(B) | 208.72º | 0.49% | 0.75% | - |
| XYZ | 24.61 | 26.86 | 53.18 | - |
| YUV | 136.48 | 158.77 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 146 | 191 | 0.49 | 0.24 | 0 | 0.25 | 208.72 | 0.42 | 0.56 |
| Hex | 61 | 92 | BF | 31 | 18 | 0 | 19 | D1 | 2A | 38 |
| Octal | 141 | 222 | 277 | 61 | 30 | 0 | 31 | 321 | 52 | 70 |
| Binary | 1100001 | 10010010 | 10111111 | 110001 | 11000 | 0 | 11001 | 11010001 | 101010 | 111000 |
Color Harmonies of #6192BF
Complementary color
Monochromatic Colors of #6192BF
Black with #6192BF
Text Example
Text Example
White with #6192BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6192BF; }
p { color: rgb(97,146,191); }
H1.HeaderClassName
{
color: #6192BF;
}
.AnyTagClassName
{
color: #6192BF;
}
</style>
background-color css
<style>
a { background-color: #6192BF; }
a { background-color: rgb(97,146,191); }
div.DivClassName
{
background-color: #6192BF;
}
.BgClassName
{
background-color: #6192BF;
}
</style>
border-color css
<style>
span { border-color: #6192BF; }
span { border-color: rgb(97,146,191); }
td.TdClassName
{
border-color: #6192BF;
}
.TagClassName
{
border-color: #6192BF;
}
</style>