Shades of Danube #6492BC
Tints of Danube #6492BC
RGB
CMYK
RGB Variations
Color information
#6492BC (or 0x6492BC) is known color: Danube. HEX triplet: 64, 92 and BC. RGB value is (100,146,188). Sum of RGB (Red+Green+Blue) = 100+146+188=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 188 - color contains mainly: blue. Hex color #6492BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492BC is #9B6D43. Grayscale: #888888. Windows color (decimal): -10186052 or 12358244. OLE color: 12358244.
HSL color Cylindrical-coordinate representation of color #6492BC: hue angle of 208.64º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6492BC is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 100 | 146 | 188 | - |
| CMYK | 0.47 | 0.22 | 0 | 0.26 |
| HSL | 208.64º | 0.4% | 0.56% | - |
| HSV(B) | 208.64º | 0.47% | 0.74% | - |
| XYZ | 24.61 | 26.9 | 51.47 | - |
| YUV | 137.03 | 156.76 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 188 | 0.47 | 0.22 | 0 | 0.26 | 208.64 | 0.4 | 0.56 |
| Hex | 64 | 92 | BC | 2F | 16 | 0 | 1A | D1 | 28 | 38 |
| Octal | 144 | 222 | 274 | 57 | 26 | 0 | 32 | 321 | 50 | 70 |
| Binary | 1100100 | 10010010 | 10111100 | 101111 | 10110 | 0 | 11010 | 11010001 | 101000 | 111000 |
Color Harmonies of #6492BC
Complementary color
Monochromatic Colors of #6492BC
Black with #6492BC
Text Example
Text Example
White with #6492BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6492BC; }
p { color: rgb(100,146,188); }
H1.HeaderClassName
{
color: #6492BC;
}
.AnyTagClassName
{
color: #6492BC;
}
</style>
background-color css
<style>
a { background-color: #6492BC; }
a { background-color: rgb(100,146,188); }
div.DivClassName
{
background-color: #6492BC;
}
.BgClassName
{
background-color: #6492BC;
}
</style>
border-color css
<style>
span { border-color: #6492BC; }
span { border-color: rgb(100,146,188); }
td.TdClassName
{
border-color: #6492BC;
}
.TagClassName
{
border-color: #6492BC;
}
</style>