Shades of Danube #6495C5
Tints of Danube #6495C5
RGB
CMYK
RGB Variations
Color information
#6495C5 (or 0x6495C5) is known color: Danube. HEX triplet: 64, 95 and C5. RGB value is (100,149,197). Sum of RGB (Red+Green+Blue) = 100+149+197=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 197 - color contains mainly: blue. Hex color #6495C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495C5 is #9B6A3A. Grayscale: #8B8B8B. Windows color (decimal): -10185275 or 12948836. OLE color: 12948836.
HSL color Cylindrical-coordinate representation of color #6495C5: hue angle of 209.69º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6495C5 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 149 | 197 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.23 |
| HSL | 209.69º | 0.46% | 0.58% | - |
| HSV(B) | 209.69º | 0.49% | 0.77% | - |
| XYZ | 26.08 | 28.24 | 56.9 | - |
| YUV | 139.82 | 160.27 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 197 | 0.49 | 0.24 | 0 | 0.23 | 209.69 | 0.46 | 0.58 |
| Hex | 64 | 95 | C5 | 31 | 18 | 0 | 17 | D2 | 2E | 3A |
| Octal | 144 | 225 | 305 | 61 | 30 | 0 | 27 | 322 | 56 | 72 |
| Binary | 1100100 | 10010101 | 11000101 | 110001 | 11000 | 0 | 10111 | 11010010 | 101110 | 111010 |
Color Harmonies of #6495C5
Complementary color
Monochromatic Colors of #6495C5
Black with #6495C5
Text Example
Text Example
White with #6495C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495C5; }
p { color: rgb(100,149,197); }
H1.HeaderClassName
{
color: #6495C5;
}
.AnyTagClassName
{
color: #6495C5;
}
</style>
background-color css
<style>
a { background-color: #6495C5; }
a { background-color: rgb(100,149,197); }
div.DivClassName
{
background-color: #6495C5;
}
.BgClassName
{
background-color: #6495C5;
}
</style>
border-color css
<style>
span { border-color: #6495C5; }
span { border-color: rgb(100,149,197); }
td.TdClassName
{
border-color: #6495C5;
}
.TagClassName
{
border-color: #6495C5;
}
</style>