Shades of Medium Slate Blue #6970E5
Tints of Medium Slate Blue #6970E5
RGB
CMYK
RGB Variations
Color information
#6970E5 (or 0x6970E5) is known color: Medium Slate Blue. HEX triplet: 69, 70 and E5. RGB value is (105,112,229). Sum of RGB (Red+Green+Blue) = 105+112+229=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 229 (89.84% from 255 or 51.35% from 446); Max value from RGB is 229 - color contains mainly: blue. Hex color #6970E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970E5 is #968F1A. Grayscale: #7A7A7A. Windows color (decimal): -9867035 or 15036521. OLE color: 15036521.
HSL color Cylindrical-coordinate representation of color #6970E5: hue angle of 236.61º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6970E5 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 112 | 229 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.10 |
| HSL | 236.61º | 0.7% | 0.65% | - |
| HSV(B) | 236.61º | 0.54% | 0.9% | - |
| XYZ | 25.76 | 20.25 | 76.68 | - |
| YUV | 123.25 | 187.68 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 229 | 0.54 | 0.51 | 0 | 0.10 | 236.61 | 0.7 | 0.65 |
| Hex | 69 | 70 | E5 | 36 | 33 | 0 | A | ED | 46 | 41 |
| Octal | 151 | 160 | 345 | 66 | 63 | 0 | 12 | 355 | 106 | 101 |
| Binary | 1101001 | 1110000 | 11100101 | 110110 | 110011 | 0 | 1010 | 11101101 | 1000110 | 1000001 |
Color Harmonies of #6970E5
Complementary color
Monochromatic Colors of #6970E5
Black with #6970E5
Text Example
Text Example
White with #6970E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970E5; }
p { color: rgb(105,112,229); }
H1.HeaderClassName
{
color: #6970E5;
}
.AnyTagClassName
{
color: #6970E5;
}
</style>
background-color css
<style>
a { background-color: #6970E5; }
a { background-color: rgb(105,112,229); }
div.DivClassName
{
background-color: #6970E5;
}
.BgClassName
{
background-color: #6970E5;
}
</style>
border-color css
<style>
span { border-color: #6970E5; }
span { border-color: rgb(105,112,229); }
td.TdClassName
{
border-color: #6970E5;
}
.TagClassName
{
border-color: #6970E5;
}
</style>