Shades of Danube #6581AF
Tints of Danube #6581AF
RGB
CMYK
RGB Variations
Color information
#6581AF (or 0x6581AF) is known color: Danube. HEX triplet: 65, 81 and AF. RGB value is (101,129,175). Sum of RGB (Red+Green+Blue) = 101+129+175=405 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.94% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #6581AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6581AF is #9A7E50. Grayscale: #7D7D7D. Windows color (decimal): -10124881 or 11501925. OLE color: 11501925.
HSL color Cylindrical-coordinate representation of color #6581AF: hue angle of 217.3º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6581AF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 129 | 175 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.31 |
| HSL | 217.3º | 0.32% | 0.54% | - |
| HSV(B) | 217.3º | 0.42% | 0.69% | - |
| XYZ | 20.95 | 21.56 | 43.61 | - |
| YUV | 125.87 | 155.72 | 110.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 175 | 0.42 | 0.26 | 0 | 0.31 | 217.3 | 0.32 | 0.54 |
| Hex | 65 | 81 | AF | 2A | 1A | 0 | 1F | D9 | 20 | 36 |
| Octal | 145 | 201 | 257 | 52 | 32 | 0 | 37 | 331 | 40 | 66 |
| Binary | 1100101 | 10000001 | 10101111 | 101010 | 11010 | 0 | 11111 | 11011001 | 100000 | 110110 |
Color Harmonies of #6581AF
Complementary color
Monochromatic Colors of #6581AF
Black with #6581AF
Text Example
Text Example
White with #6581AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6581AF; }
p { color: rgb(101,129,175); }
H1.HeaderClassName
{
color: #6581AF;
}
.AnyTagClassName
{
color: #6581AF;
}
</style>
background-color css
<style>
a { background-color: #6581AF; }
a { background-color: rgb(101,129,175); }
div.DivClassName
{
background-color: #6581AF;
}
.BgClassName
{
background-color: #6581AF;
}
</style>
border-color css
<style>
span { border-color: #6581AF; }
span { border-color: rgb(101,129,175); }
td.TdClassName
{
border-color: #6581AF;
}
.TagClassName
{
border-color: #6581AF;
}
</style>