Shades of Danube #6595C8
Tints of Danube #6595C8
RGB
CMYK
RGB Variations
Color information
#6595C8 (or 0x6595C8) is known color: Danube. HEX triplet: 65, 95 and C8. RGB value is (101,149,200). Sum of RGB (Red+Green+Blue) = 101+149+200=450 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.44% from 450); Green value is 149 (58.59% from 255 or 33.11% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 200 - color contains mainly: blue. Hex color #6595C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6595C8 is #9A6A37. Grayscale: #8C8C8C. Windows color (decimal): -10119736 or 13145445. OLE color: 13145445.
HSL color Cylindrical-coordinate representation of color #6595C8: hue angle of 210.91º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6595C8 is Cyan = 0.49, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 101 | 149 | 200 | - |
| CMYK | 0.49 | 0.26 | 0 | 0.22 |
| HSL | 210.91º | 0.47% | 0.59% | - |
| HSV(B) | 210.91º | 0.5% | 0.78% | - |
| XYZ | 26.54 | 28.43 | 58.73 | - |
| YUV | 140.46 | 161.6 | 99.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 149 | 200 | 0.49 | 0.26 | 0 | 0.22 | 210.91 | 0.47 | 0.59 |
| Hex | 65 | 95 | C8 | 31 | 1A | 0 | 16 | D3 | 2F | 3B |
| Octal | 145 | 225 | 310 | 61 | 32 | 0 | 26 | 323 | 57 | 73 |
| Binary | 1100101 | 10010101 | 11001000 | 110001 | 11010 | 0 | 10110 | 11010011 | 101111 | 111011 |
Color Harmonies of #6595C8
Complementary color
Monochromatic Colors of #6595C8
Black with #6595C8
Text Example
Text Example
White with #6595C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6595C8; }
p { color: rgb(101,149,200); }
H1.HeaderClassName
{
color: #6595C8;
}
.AnyTagClassName
{
color: #6595C8;
}
</style>
background-color css
<style>
a { background-color: #6595C8; }
a { background-color: rgb(101,149,200); }
div.DivClassName
{
background-color: #6595C8;
}
.BgClassName
{
background-color: #6595C8;
}
</style>
border-color css
<style>
span { border-color: #6595C8; }
span { border-color: rgb(101,149,200); }
td.TdClassName
{
border-color: #6595C8;
}
.TagClassName
{
border-color: #6595C8;
}
</style>