Shades of Danube #6295C5
Tints of Danube #6295C5
RGB
CMYK
RGB Variations
Color information
#6295C5 (or 0x6295C5) is known color: Danube. HEX triplet: 62, 95 and C5. RGB value is (98,149,197). Sum of RGB (Red+Green+Blue) = 98+149+197=444 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.07% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 197 (77.34% from 255 or 44.37% from 444); Max value from RGB is 197 - color contains mainly: blue. Hex color #6295C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6295C5 is #9D6A3A. Grayscale: #8A8A8A. Windows color (decimal): -10316347 or 12948834. OLE color: 12948834.
HSL color Cylindrical-coordinate representation of color #6295C5: hue angle of 209.09º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6295C5 is Cyan = 0.50, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 149 | 197 | - |
| CMYK | 0.50 | 0.24 | 0 | 0.23 |
| HSL | 209.09º | 0.46% | 0.58% | - |
| HSV(B) | 209.09º | 0.5% | 0.77% | - |
| XYZ | 25.86 | 28.12 | 56.89 | - |
| YUV | 139.22 | 160.6 | 98.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 149 | 197 | 0.50 | 0.24 | 0 | 0.23 | 209.09 | 0.46 | 0.58 |
| Hex | 62 | 95 | C5 | 32 | 18 | 0 | 17 | D1 | 2E | 3A |
| Octal | 142 | 225 | 305 | 62 | 30 | 0 | 27 | 321 | 56 | 72 |
| Binary | 1100010 | 10010101 | 11000101 | 110010 | 11000 | 0 | 10111 | 11010001 | 101110 | 111010 |
Color Harmonies of #6295C5
Complementary color
Monochromatic Colors of #6295C5
Black with #6295C5
Text Example
Text Example
White with #6295C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6295C5; }
p { color: rgb(98,149,197); }
H1.HeaderClassName
{
color: #6295C5;
}
.AnyTagClassName
{
color: #6295C5;
}
</style>
background-color css
<style>
a { background-color: #6295C5; }
a { background-color: rgb(98,149,197); }
div.DivClassName
{
background-color: #6295C5;
}
.BgClassName
{
background-color: #6295C5;
}
</style>
border-color css
<style>
span { border-color: #6295C5; }
span { border-color: rgb(98,149,197); }
td.TdClassName
{
border-color: #6295C5;
}
.TagClassName
{
border-color: #6295C5;
}
</style>