Shades of Danube #6291C1
Tints of Danube #6291C1
RGB
CMYK
RGB Variations
Color information
#6291C1 (or 0x6291C1) is known color: Danube. HEX triplet: 62, 91 and C1. RGB value is (98,145,193). Sum of RGB (Red+Green+Blue) = 98+145+193=436 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.48% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #6291C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6291C1 is #9D6E3E. Grayscale: #888888. Windows color (decimal): -10317375 or 12685666. OLE color: 12685666.
HSL color Cylindrical-coordinate representation of color #6291C1: hue angle of 210.32º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6291C1 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 98 | 145 | 193 | - |
| CMYK | 0.49 | 0.25 | 0 | 0.24 |
| HSL | 210.32º | 0.43% | 0.57% | - |
| HSV(B) | 210.32º | 0.49% | 0.76% | - |
| XYZ | 24.79 | 26.7 | 54.3 | - |
| YUV | 136.42 | 159.93 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 193 | 0.49 | 0.25 | 0 | 0.24 | 210.32 | 0.43 | 0.57 |
| Hex | 62 | 91 | C1 | 31 | 19 | 0 | 18 | D2 | 2B | 39 |
| Octal | 142 | 221 | 301 | 61 | 31 | 0 | 30 | 322 | 53 | 71 |
| Binary | 1100010 | 10010001 | 11000001 | 110001 | 11001 | 0 | 11000 | 11010010 | 101011 | 111001 |
Color Harmonies of #6291C1
Complementary color
Monochromatic Colors of #6291C1
Black with #6291C1
Text Example
Text Example
White with #6291C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6291C1; }
p { color: rgb(98,145,193); }
H1.HeaderClassName
{
color: #6291C1;
}
.AnyTagClassName
{
color: #6291C1;
}
</style>
background-color css
<style>
a { background-color: #6291C1; }
a { background-color: rgb(98,145,193); }
div.DivClassName
{
background-color: #6291C1;
}
.BgClassName
{
background-color: #6291C1;
}
</style>
border-color css
<style>
span { border-color: #6291C1; }
span { border-color: rgb(98,145,193); }
td.TdClassName
{
border-color: #6291C1;
}
.TagClassName
{
border-color: #6291C1;
}
</style>