Shades of Danube #6495C4
Tints of Danube #6495C4
RGB
CMYK
RGB Variations
Color information
#6495C4 (or 0x6495C4) is known color: Danube. HEX triplet: 64, 95 and C4. RGB value is (100,149,196). Sum of RGB (Red+Green+Blue) = 100+149+196=445 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.47% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 196 (76.95% from 255 or 44.04% from 445); Max value from RGB is 196 - color contains mainly: blue. Hex color #6495C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495C4 is #9B6A3B. Grayscale: #8B8B8B. Windows color (decimal): -10185276 or 12883300. OLE color: 12883300.
HSL color Cylindrical-coordinate representation of color #6495C4: hue angle of 209.38º degrees, saturation: 0.45, 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 #6495C4 is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 100 | 149 | 196 | - |
| CMYK | 0.49 | 0.24 | 0 | 0.23 |
| HSL | 209.38º | 0.45% | 0.58% | - |
| HSV(B) | 209.38º | 0.49% | 0.77% | - |
| XYZ | 25.97 | 28.19 | 56.3 | - |
| YUV | 139.71 | 159.77 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 196 | 0.49 | 0.24 | 0 | 0.23 | 209.38 | 0.45 | 0.58 |
| Hex | 64 | 95 | C4 | 31 | 18 | 0 | 17 | D1 | 2D | 3A |
| Octal | 144 | 225 | 304 | 61 | 30 | 0 | 27 | 321 | 55 | 72 |
| Binary | 1100100 | 10010101 | 11000100 | 110001 | 11000 | 0 | 10111 | 11010001 | 101101 | 111010 |
Color Harmonies of #6495C4
Complementary color
Monochromatic Colors of #6495C4
Black with #6495C4
Text Example
Text Example
White with #6495C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6495C4; }
p { color: rgb(100,149,196); }
H1.HeaderClassName
{
color: #6495C4;
}
.AnyTagClassName
{
color: #6495C4;
}
</style>
background-color css
<style>
a { background-color: #6495C4; }
a { background-color: rgb(100,149,196); }
div.DivClassName
{
background-color: #6495C4;
}
.BgClassName
{
background-color: #6495C4;
}
</style>
border-color css
<style>
span { border-color: #6495C4; }
span { border-color: rgb(100,149,196); }
td.TdClassName
{
border-color: #6495C4;
}
.TagClassName
{
border-color: #6495C4;
}
</style>