Shades of Slate Blue #7061DB
Tints of Slate Blue #7061DB
RGB
CMYK
RGB Variations
Color information
#7061DB (or 0x7061DB) is known color: Slate Blue. HEX triplet: 70, 61 and DB. RGB value is (112,97,219). Sum of RGB (Red+Green+Blue) = 112+97+219=428 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.17% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #7061DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7061DB is #8F9E24. Grayscale: #727272. Windows color (decimal): -9412133 or 14377328. OLE color: 14377328.
HSL color Cylindrical-coordinate representation of color #7061DB: hue angle of 247.38º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7061DB is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 97 | 219 | - |
| CMYK | 0.49 | 0.56 | 0 | 0.14 |
| HSL | 247.38º | 0.63% | 0.62% | - |
| HSV(B) | 247.38º | 0.56% | 0.86% | - |
| XYZ | 23.74 | 17.11 | 69.07 | - |
| YUV | 115.39 | 186.47 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 219 | 0.49 | 0.56 | 0 | 0.14 | 247.38 | 0.63 | 0.62 |
| Hex | 70 | 61 | DB | 31 | 38 | 0 | E | F7 | 3F | 3E |
| Octal | 160 | 141 | 333 | 61 | 70 | 0 | 16 | 367 | 77 | 76 |
| Binary | 1110000 | 1100001 | 11011011 | 110001 | 111000 | 0 | 1110 | 11110111 | 111111 | 111110 |
Color Harmonies of #7061DB
Complementary color
Monochromatic Colors of #7061DB
Black with #7061DB
Text Example
Text Example
White with #7061DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7061DB; }
p { color: rgb(112,97,219); }
H1.HeaderClassName
{
color: #7061DB;
}
.AnyTagClassName
{
color: #7061DB;
}
</style>
background-color css
<style>
a { background-color: #7061DB; }
a { background-color: rgb(112,97,219); }
div.DivClassName
{
background-color: #7061DB;
}
.BgClassName
{
background-color: #7061DB;
}
</style>
border-color css
<style>
span { border-color: #7061DB; }
span { border-color: rgb(112,97,219); }
td.TdClassName
{
border-color: #7061DB;
}
.TagClassName
{
border-color: #7061DB;
}
</style>