Shades of Danube #6581B1
Tints of Danube #6581B1
RGB
CMYK
RGB Variations
Color information
#6581B1 (or 0x6581B1) is known color: Danube. HEX triplet: 65, 81 and B1. RGB value is (101,129,177). Sum of RGB (Red+Green+Blue) = 101+129+177=407 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.82% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 177 (69.53% from 255 or 43.49% from 407); Max value from RGB is 177 - color contains mainly: blue. Hex color #6581B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6581B1 is #9A7E4E. Grayscale: #7D7D7D. Windows color (decimal): -10124879 or 11632997. OLE color: 11632997.
HSL color Cylindrical-coordinate representation of color #6581B1: hue angle of 217.89º 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 #6581B1 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 129 | 177 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.31 |
| HSL | 217.89º | 0.33% | 0.55% | - |
| HSV(B) | 217.89º | 0.43% | 0.69% | - |
| XYZ | 21.15 | 21.64 | 44.66 | - |
| YUV | 126.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 177 | 0.43 | 0.27 | 0 | 0.31 | 217.89 | 0.33 | 0.55 |
| Hex | 65 | 81 | B1 | 2B | 1B | 0 | 1F | DA | 21 | 37 |
| Octal | 145 | 201 | 261 | 53 | 33 | 0 | 37 | 332 | 41 | 67 |
| Binary | 1100101 | 10000001 | 10110001 | 101011 | 11011 | 0 | 11111 | 11011010 | 100001 | 110111 |
Color Harmonies of #6581B1
Complementary color
Monochromatic Colors of #6581B1
Black with #6581B1
Text Example
Text Example
White with #6581B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6581B1; }
p { color: rgb(101,129,177); }
H1.HeaderClassName
{
color: #6581B1;
}
.AnyTagClassName
{
color: #6581B1;
}
</style>
background-color css
<style>
a { background-color: #6581B1; }
a { background-color: rgb(101,129,177); }
div.DivClassName
{
background-color: #6581B1;
}
.BgClassName
{
background-color: #6581B1;
}
</style>
border-color css
<style>
span { border-color: #6581B1; }
span { border-color: rgb(101,129,177); }
td.TdClassName
{
border-color: #6581B1;
}
.TagClassName
{
border-color: #6581B1;
}
</style>