Shades of Danube #7093CE
Tints of Danube #7093CE
RGB
CMYK
RGB Variations
Color information
#7093CE (or 0x7093CE) is known color: Danube. HEX triplet: 70, 93 and CE. RGB value is (112,147,206). Sum of RGB (Red+Green+Blue) = 112+147+206=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 206 (80.86% from 255 or 44.30% from 465); Max value from RGB is 206 - color contains mainly: blue. Hex color #7093CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7093CE is #8F6C31. Grayscale: #8E8E8E. Windows color (decimal): -9399346 or 13538160. OLE color: 13538160.
HSL color Cylindrical-coordinate representation of color #7093CE: hue angle of 217.66º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7093CE is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 147 | 206 | - |
| CMYK | 0.46 | 0.29 | 0 | 0.19 |
| HSL | 217.66º | 0.49% | 0.62% | - |
| HSV(B) | 217.66º | 0.46% | 0.81% | - |
| XYZ | 28.26 | 28.77 | 62.46 | - |
| YUV | 143.26 | 163.4 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 147 | 206 | 0.46 | 0.29 | 0 | 0.19 | 217.66 | 0.49 | 0.62 |
| Hex | 70 | 93 | CE | 2E | 1D | 0 | 13 | DA | 31 | 3E |
| Octal | 160 | 223 | 316 | 56 | 35 | 0 | 23 | 332 | 61 | 76 |
| Binary | 1110000 | 10010011 | 11001110 | 101110 | 11101 | 0 | 10011 | 11011010 | 110001 | 111110 |
Color Harmonies of #7093CE
Complementary color
Monochromatic Colors of #7093CE
Black with #7093CE
Text Example
Text Example
White with #7093CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7093CE; }
p { color: rgb(112,147,206); }
H1.HeaderClassName
{
color: #7093CE;
}
.AnyTagClassName
{
color: #7093CE;
}
</style>
background-color css
<style>
a { background-color: #7093CE; }
a { background-color: rgb(112,147,206); }
div.DivClassName
{
background-color: #7093CE;
}
.BgClassName
{
background-color: #7093CE;
}
</style>
border-color css
<style>
span { border-color: #7093CE; }
span { border-color: rgb(112,147,206); }
td.TdClassName
{
border-color: #7093CE;
}
.TagClassName
{
border-color: #7093CE;
}
</style>