Shades of Slate Blue #7060CE
Tints of Slate Blue #7060CE
RGB
CMYK
RGB Variations
Color information
#7060CE (or 0x7060CE) is known color: Slate Blue. HEX triplet: 70, 60 and CE. RGB value is (112,96,206). Sum of RGB (Red+Green+Blue) = 112+96+206=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #7060CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7060CE is #8F9F31. Grayscale: #707070. Windows color (decimal): -9412402 or 13525104. OLE color: 13525104.
HSL color Cylindrical-coordinate representation of color #7060CE: hue angle of 248.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7060CE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 96 | 206 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.19 |
| HSL | 248.73º | 0.53% | 0.59% | - |
| HSV(B) | 248.73º | 0.53% | 0.81% | - |
| XYZ | 22.01 | 16.27 | 60.37 | - |
| YUV | 113.32 | 180.3 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 96 | 206 | 0.46 | 0.53 | 0 | 0.19 | 248.73 | 0.53 | 0.59 |
| Hex | 70 | 60 | CE | 2E | 35 | 0 | 13 | F9 | 35 | 3B |
| Octal | 160 | 140 | 316 | 56 | 65 | 0 | 23 | 371 | 65 | 73 |
| Binary | 1110000 | 1100000 | 11001110 | 101110 | 110101 | 0 | 10011 | 11111001 | 110101 | 111011 |
Color Harmonies of #7060CE
Complementary color
Monochromatic Colors of #7060CE
Black with #7060CE
Text Example
Text Example
White with #7060CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7060CE; }
p { color: rgb(112,96,206); }
H1.HeaderClassName
{
color: #7060CE;
}
.AnyTagClassName
{
color: #7060CE;
}
</style>
background-color css
<style>
a { background-color: #7060CE; }
a { background-color: rgb(112,96,206); }
div.DivClassName
{
background-color: #7060CE;
}
.BgClassName
{
background-color: #7060CE;
}
</style>
border-color css
<style>
span { border-color: #7060CE; }
span { border-color: rgb(112,96,206); }
td.TdClassName
{
border-color: #7060CE;
}
.TagClassName
{
border-color: #7060CE;
}
</style>