Shades of Medium Slate Blue #6970E9
Tints of Medium Slate Blue #6970E9
RGB
CMYK
RGB Variations
Color information
#6970E9 (or 0x6970E9) is known color: Medium Slate Blue. HEX triplet: 69, 70 and E9. RGB value is (105,112,233). Sum of RGB (Red+Green+Blue) = 105+112+233=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #6970E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970E9 is #968F16. Grayscale: #7B7B7B. Windows color (decimal): -9867031 or 15298665. OLE color: 15298665.
HSL color Cylindrical-coordinate representation of color #6970E9: hue angle of 236.72º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6970E9 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 105 | 112 | 233 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.09 |
| HSL | 236.72º | 0.74% | 0.66% | - |
| HSV(B) | 236.72º | 0.55% | 0.91% | - |
| XYZ | 26.33 | 20.47 | 79.66 | - |
| YUV | 123.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 233 | 0.55 | 0.52 | 0 | 0.09 | 236.72 | 0.74 | 0.66 |
| Hex | 69 | 70 | E9 | 37 | 34 | 0 | 9 | ED | 4A | 42 |
| Octal | 151 | 160 | 351 | 67 | 64 | 0 | 11 | 355 | 112 | 102 |
| Binary | 1101001 | 1110000 | 11101001 | 110111 | 110100 | 0 | 1001 | 11101101 | 1001010 | 1000010 |
Color Harmonies of #6970E9
Complementary color
Monochromatic Colors of #6970E9
Black with #6970E9
Text Example
Text Example
White with #6970E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970E9; }
p { color: rgb(105,112,233); }
H1.HeaderClassName
{
color: #6970E9;
}
.AnyTagClassName
{
color: #6970E9;
}
</style>
background-color css
<style>
a { background-color: #6970E9; }
a { background-color: rgb(105,112,233); }
div.DivClassName
{
background-color: #6970E9;
}
.BgClassName
{
background-color: #6970E9;
}
</style>
border-color css
<style>
span { border-color: #6970E9; }
span { border-color: rgb(105,112,233); }
td.TdClassName
{
border-color: #6970E9;
}
.TagClassName
{
border-color: #6970E9;
}
</style>