Shades of Danube #6592D0
Tints of Danube #6592D0
RGB
CMYK
RGB Variations
Color information
#6592D0 (or 0x6592D0) is known color: Danube. HEX triplet: 65, 92 and D0. RGB value is (101,146,208). Sum of RGB (Red+Green+Blue) = 101+146+208=455 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.20% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #6592D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6592D0 is #9A6D2F. Grayscale: #8B8B8B. Windows color (decimal): -10120496 or 13668965. OLE color: 13668965.
HSL color Cylindrical-coordinate representation of color #6592D0: hue angle of 214.77º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6592D0 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 101 | 146 | 208 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.18 |
| HSL | 214.77º | 0.53% | 0.61% | - |
| HSV(B) | 214.77º | 0.51% | 0.82% | - |
| XYZ | 27.03 | 27.88 | 63.63 | - |
| YUV | 139.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 208 | 0.51 | 0.30 | 0 | 0.18 | 214.77 | 0.53 | 0.61 |
| Hex | 65 | 92 | D0 | 33 | 1E | 0 | 12 | D7 | 35 | 3D |
| Octal | 145 | 222 | 320 | 63 | 36 | 0 | 22 | 327 | 65 | 75 |
| Binary | 1100101 | 10010010 | 11010000 | 110011 | 11110 | 0 | 10010 | 11010111 | 110101 | 111101 |
Color Harmonies of #6592D0
Complementary color
Monochromatic Colors of #6592D0
Black with #6592D0
Text Example
Text Example
White with #6592D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6592D0; }
p { color: rgb(101,146,208); }
H1.HeaderClassName
{
color: #6592D0;
}
.AnyTagClassName
{
color: #6592D0;
}
</style>
background-color css
<style>
a { background-color: #6592D0; }
a { background-color: rgb(101,146,208); }
div.DivClassName
{
background-color: #6592D0;
}
.BgClassName
{
background-color: #6592D0;
}
</style>
border-color css
<style>
span { border-color: #6592D0; }
span { border-color: rgb(101,146,208); }
td.TdClassName
{
border-color: #6592D0;
}
.TagClassName
{
border-color: #6592D0;
}
</style>