Shades of Danube #6590CB
Tints of Danube #6590CB
RGB
CMYK
RGB Variations
Color information
#6590CB (or 0x6590CB) is known color: Danube. HEX triplet: 65, 90 and CB. RGB value is (101,144,203). Sum of RGB (Red+Green+Blue) = 101+144+203=448 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.54% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #6590CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6590CB is #9A6F34. Grayscale: #898989. Windows color (decimal): -10121013 or 13340773. OLE color: 13340773.
HSL color Cylindrical-coordinate representation of color #6590CB: hue angle of 214.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6590CB is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 144 | 203 | - |
| CMYK | 0.50 | 0.29 | 0 | 0.20 |
| HSL | 214.71º | 0.5% | 0.6% | - |
| HSV(B) | 214.71º | 0.5% | 0.8% | - |
| XYZ | 26.12 | 27.03 | 60.34 | - |
| YUV | 137.87 | 164.75 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 144 | 203 | 0.50 | 0.29 | 0 | 0.20 | 214.71 | 0.5 | 0.6 |
| Hex | 65 | 90 | CB | 32 | 1D | 0 | 14 | D7 | 32 | 3C |
| Octal | 145 | 220 | 313 | 62 | 35 | 0 | 24 | 327 | 62 | 74 |
| Binary | 1100101 | 10010000 | 11001011 | 110010 | 11101 | 0 | 10100 | 11010111 | 110010 | 111100 |
Color Harmonies of #6590CB
Complementary color
Monochromatic Colors of #6590CB
Black with #6590CB
Text Example
Text Example
White with #6590CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6590CB; }
p { color: rgb(101,144,203); }
H1.HeaderClassName
{
color: #6590CB;
}
.AnyTagClassName
{
color: #6590CB;
}
</style>
background-color css
<style>
a { background-color: #6590CB; }
a { background-color: rgb(101,144,203); }
div.DivClassName
{
background-color: #6590CB;
}
.BgClassName
{
background-color: #6590CB;
}
</style>
border-color css
<style>
span { border-color: #6590CB; }
span { border-color: rgb(101,144,203); }
td.TdClassName
{
border-color: #6590CB;
}
.TagClassName
{
border-color: #6590CB;
}
</style>