Shades of Danube #6593CC
Tints of Danube #6593CC
RGB
CMYK
RGB Variations
Color information
#6593CC (or 0x6593CC) is known color: Danube. HEX triplet: 65, 93 and CC. RGB value is (101,147,204). Sum of RGB (Red+Green+Blue) = 101+147+204=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #6593CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6593CC is #9A6C33. Grayscale: #8B8B8B. Windows color (decimal): -10120244 or 13407077. OLE color: 13407077.
HSL color Cylindrical-coordinate representation of color #6593CC: hue angle of 213.2º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6593CC is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 147 | 204 | - |
| CMYK | 0.50 | 0.28 | 0 | 0.2 |
| HSL | 213.2º | 0.5% | 0.6% | - |
| HSV(B) | 213.2º | 0.5% | 0.8% | - |
| XYZ | 26.7 | 27.99 | 61.12 | - |
| YUV | 139.74 | 164.26 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 204 | 0.50 | 0.28 | 0 | 0.2 | 213.2 | 0.5 | 0.6 |
| Hex | 65 | 93 | CC | 32 | 1C | 0 | 14 | D5 | 32 | 3C |
| Octal | 145 | 223 | 314 | 62 | 34 | 0 | 24 | 325 | 62 | 74 |
| Binary | 1100101 | 10010011 | 11001100 | 110010 | 11100 | 0 | 10100 | 11010101 | 110010 | 111100 |
Color Harmonies of #6593CC
Complementary color
Monochromatic Colors of #6593CC
Black with #6593CC
Text Example
Text Example
White with #6593CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6593CC; }
p { color: rgb(101,147,204); }
H1.HeaderClassName
{
color: #6593CC;
}
.AnyTagClassName
{
color: #6593CC;
}
</style>
background-color css
<style>
a { background-color: #6593CC; }
a { background-color: rgb(101,147,204); }
div.DivClassName
{
background-color: #6593CC;
}
.BgClassName
{
background-color: #6593CC;
}
</style>
border-color css
<style>
span { border-color: #6593CC; }
span { border-color: rgb(101,147,204); }
td.TdClassName
{
border-color: #6593CC;
}
.TagClassName
{
border-color: #6593CC;
}
</style>