Shades of Danube #7096C1
Tints of Danube #7096C1
RGB
CMYK
RGB Variations
Color information
#7096C1 (or 0x7096C1) is known color: Danube. HEX triplet: 70, 96 and C1. RGB value is (112,150,193). Sum of RGB (Red+Green+Blue) = 112+150+193=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #7096C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7096C1 is #8F693E. Grayscale: #8F8F8F. Windows color (decimal): -9398591 or 12686960. OLE color: 12686960.
HSL color Cylindrical-coordinate representation of color #7096C1: hue angle of 211.85º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7096C1 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 150 | 193 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.24 |
| HSL | 211.85º | 0.4% | 0.6% | - |
| HSV(B) | 211.85º | 0.42% | 0.76% | - |
| XYZ | 27.21 | 29.11 | 54.64 | - |
| YUV | 143.54 | 155.91 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 193 | 0.42 | 0.22 | 0 | 0.24 | 211.85 | 0.4 | 0.6 |
| Hex | 70 | 96 | C1 | 2A | 16 | 0 | 18 | D4 | 28 | 3C |
| Octal | 160 | 226 | 301 | 52 | 26 | 0 | 30 | 324 | 50 | 74 |
| Binary | 1110000 | 10010110 | 11000001 | 101010 | 10110 | 0 | 11000 | 11010100 | 101000 | 111100 |
Color Harmonies of #7096C1
Complementary color
Monochromatic Colors of #7096C1
Black with #7096C1
Text Example
Text Example
White with #7096C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7096C1; }
p { color: rgb(112,150,193); }
H1.HeaderClassName
{
color: #7096C1;
}
.AnyTagClassName
{
color: #7096C1;
}
</style>
background-color css
<style>
a { background-color: #7096C1; }
a { background-color: rgb(112,150,193); }
div.DivClassName
{
background-color: #7096C1;
}
.BgClassName
{
background-color: #7096C1;
}
</style>
border-color css
<style>
span { border-color: #7096C1; }
span { border-color: rgb(112,150,193); }
td.TdClassName
{
border-color: #7096C1;
}
.TagClassName
{
border-color: #7096C1;
}
</style>