Shades of Danube #6594CC
Tints of Danube #6594CC
RGB
CMYK
RGB Variations
Color information
#6594CC (or 0x6594CC) is known color: Danube. HEX triplet: 65, 94 and CC. RGB value is (101,148,204). Sum of RGB (Red+Green+Blue) = 101+148+204=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 204 (80.08% from 255 or 45.03% from 453); Max value from RGB is 204 - color contains mainly: blue. Hex color #6594CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6594CC is #9A6B33. Grayscale: #8C8C8C. Windows color (decimal): -10119988 or 13407333. OLE color: 13407333.
HSL color Cylindrical-coordinate representation of color #6594CC: hue angle of 212.62º 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 #6594CC is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 148 | 204 | - |
| CMYK | 0.50 | 0.27 | 0 | 0.2 |
| HSL | 212.62º | 0.5% | 0.6% | - |
| HSV(B) | 212.62º | 0.5% | 0.8% | - |
| XYZ | 26.86 | 28.31 | 61.17 | - |
| YUV | 140.33 | 163.93 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 148 | 204 | 0.50 | 0.27 | 0 | 0.2 | 212.62 | 0.5 | 0.6 |
| Hex | 65 | 94 | CC | 32 | 1B | 0 | 14 | D5 | 32 | 3C |
| Octal | 145 | 224 | 314 | 62 | 33 | 0 | 24 | 325 | 62 | 74 |
| Binary | 1100101 | 10010100 | 11001100 | 110010 | 11011 | 0 | 10100 | 11010101 | 110010 | 111100 |
Color Harmonies of #6594CC
Complementary color
Monochromatic Colors of #6594CC
Black with #6594CC
Text Example
Text Example
White with #6594CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6594CC; }
p { color: rgb(101,148,204); }
H1.HeaderClassName
{
color: #6594CC;
}
.AnyTagClassName
{
color: #6594CC;
}
</style>
background-color css
<style>
a { background-color: #6594CC; }
a { background-color: rgb(101,148,204); }
div.DivClassName
{
background-color: #6594CC;
}
.BgClassName
{
background-color: #6594CC;
}
</style>
border-color css
<style>
span { border-color: #6594CC; }
span { border-color: rgb(101,148,204); }
td.TdClassName
{
border-color: #6594CC;
}
.TagClassName
{
border-color: #6594CC;
}
</style>