Shades of Danube #6583C1
Tints of Danube #6583C1
RGB
CMYK
RGB Variations
Color information
#6583C1 (or 0x6583C1) is known color: Danube. HEX triplet: 65, 83 and C1. RGB value is (101,131,193). Sum of RGB (Red+Green+Blue) = 101+131+193=425 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.76% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #6583C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6583C1 is #9A7C3E. Grayscale: #808080. Windows color (decimal): -10124351 or 12682085. OLE color: 12682085.
HSL color Cylindrical-coordinate representation of color #6583C1: hue angle of 220.43º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6583C1 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 131 | 193 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.24 |
| HSL | 220.43º | 0.43% | 0.58% | - |
| HSV(B) | 220.43º | 0.48% | 0.76% | - |
| XYZ | 23.11 | 22.85 | 53.64 | - |
| YUV | 129.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 131 | 193 | 0.48 | 0.32 | 0 | 0.24 | 220.43 | 0.43 | 0.58 |
| Hex | 65 | 83 | C1 | 30 | 20 | 0 | 18 | DC | 2B | 3A |
| Octal | 145 | 203 | 301 | 60 | 40 | 0 | 30 | 334 | 53 | 72 |
| Binary | 1100101 | 10000011 | 11000001 | 110000 | 100000 | 0 | 11000 | 11011100 | 101011 | 111010 |
Color Harmonies of #6583C1
Complementary color
Monochromatic Colors of #6583C1
Black with #6583C1
Text Example
Text Example
White with #6583C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6583C1; }
p { color: rgb(101,131,193); }
H1.HeaderClassName
{
color: #6583C1;
}
.AnyTagClassName
{
color: #6583C1;
}
</style>
background-color css
<style>
a { background-color: #6583C1; }
a { background-color: rgb(101,131,193); }
div.DivClassName
{
background-color: #6583C1;
}
.BgClassName
{
background-color: #6583C1;
}
</style>
border-color css
<style>
span { border-color: #6583C1; }
span { border-color: rgb(101,131,193); }
td.TdClassName
{
border-color: #6583C1;
}
.TagClassName
{
border-color: #6583C1;
}
</style>