Shades of Danube #6585B1
Tints of Danube #6585B1
RGB
CMYK
RGB Variations
Color information
#6585B1 (or 0x6585B1) is known color: Danube. HEX triplet: 65, 85 and B1. RGB value is (101,133,177). Sum of RGB (Red+Green+Blue) = 101+133+177=411 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.57% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #6585B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6585B1 is #9A7A4E. Grayscale: #808080. Windows color (decimal): -10123855 or 11634021. OLE color: 11634021.
HSL color Cylindrical-coordinate representation of color #6585B1: hue angle of 214.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6585B1 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 133 | 177 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.31 |
| HSL | 214.74º | 0.33% | 0.55% | - |
| HSV(B) | 214.74º | 0.43% | 0.69% | - |
| XYZ | 21.69 | 22.72 | 44.84 | - |
| YUV | 128.45 | 155.4 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 133 | 177 | 0.43 | 0.25 | 0 | 0.31 | 214.74 | 0.33 | 0.55 |
| Hex | 65 | 85 | B1 | 2B | 19 | 0 | 1F | D7 | 21 | 37 |
| Octal | 145 | 205 | 261 | 53 | 31 | 0 | 37 | 327 | 41 | 67 |
| Binary | 1100101 | 10000101 | 10110001 | 101011 | 11001 | 0 | 11111 | 11010111 | 100001 | 110111 |
Color Harmonies of #6585B1
Complementary color
Monochromatic Colors of #6585B1
Black with #6585B1
Text Example
Text Example
White with #6585B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6585B1; }
p { color: rgb(101,133,177); }
H1.HeaderClassName
{
color: #6585B1;
}
.AnyTagClassName
{
color: #6585B1;
}
</style>
background-color css
<style>
a { background-color: #6585B1; }
a { background-color: rgb(101,133,177); }
div.DivClassName
{
background-color: #6585B1;
}
.BgClassName
{
background-color: #6585B1;
}
</style>
border-color css
<style>
span { border-color: #6585B1; }
span { border-color: rgb(101,133,177); }
td.TdClassName
{
border-color: #6585B1;
}
.TagClassName
{
border-color: #6585B1;
}
</style>