Shades of Danube #6590CF
Tints of Danube #6590CF
RGB
CMYK
RGB Variations
Color information
#6590CF (or 0x6590CF) is known color: Danube. HEX triplet: 65, 90 and CF. RGB value is (101,144,207). Sum of RGB (Red+Green+Blue) = 101+144+207=452 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.35% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #6590CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590CF is #9A6F30. Grayscale: #8A8A8A. Windows color (decimal): -10121009 or 13602917. OLE color: 13602917.
HSL color Cylindrical-coordinate representation of color #6590CF: hue angle of 215.66º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6590CF is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 144 | 207 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.19 |
| HSL | 215.66º | 0.52% | 0.6% | - |
| HSV(B) | 215.66º | 0.51% | 0.81% | - |
| XYZ | 26.6 | 27.22 | 62.88 | - |
| YUV | 138.33 | 166.75 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 207 | 0.51 | 0.30 | 0 | 0.19 | 215.66 | 0.52 | 0.6 |
| Hex | 65 | 90 | CF | 33 | 1E | 0 | 13 | D8 | 34 | 3C |
| Octal | 145 | 220 | 317 | 63 | 36 | 0 | 23 | 330 | 64 | 74 |
| Binary | 1100101 | 10010000 | 11001111 | 110011 | 11110 | 0 | 10011 | 11011000 | 110100 | 111100 |
Color Harmonies of #6590CF
Complementary color
Monochromatic Colors of #6590CF
Black with #6590CF
Text Example
Text Example
White with #6590CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590CF; }
p { color: rgb(101,144,207); }
H1.HeaderClassName
{
color: #6590CF;
}
.AnyTagClassName
{
color: #6590CF;
}
</style>
background-color css
<style>
a { background-color: #6590CF; }
a { background-color: rgb(101,144,207); }
div.DivClassName
{
background-color: #6590CF;
}
.BgClassName
{
background-color: #6590CF;
}
</style>
border-color css
<style>
span { border-color: #6590CF; }
span { border-color: rgb(101,144,207); }
td.TdClassName
{
border-color: #6590CF;
}
.TagClassName
{
border-color: #6590CF;
}
</style>