Shades of Medium Slate Blue #6970E6
Tints of Medium Slate Blue #6970E6
RGB
CMYK
RGB Variations
Color information
#6970E6 (or 0x6970E6) is known color: Medium Slate Blue. HEX triplet: 69, 70 and E6. RGB value is (105,112,230). Sum of RGB (Red+Green+Blue) = 105+112+230=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 230 (90.23% from 255 or 51.45% from 447); Max value from RGB is 230 - color contains mainly: blue. Hex color #6970E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6970E6 is #968F19. Grayscale: #7A7A7A. Windows color (decimal): -9867034 or 15102057. OLE color: 15102057.
HSL color Cylindrical-coordinate representation of color #6970E6: hue angle of 236.64º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6970E6 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 105 | 112 | 230 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.10 |
| HSL | 236.64º | 0.71% | 0.66% | - |
| HSV(B) | 236.64º | 0.54% | 0.9% | - |
| XYZ | 25.9 | 20.3 | 77.42 | - |
| YUV | 123.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 230 | 0.54 | 0.51 | 0 | 0.10 | 236.64 | 0.71 | 0.66 |
| Hex | 69 | 70 | E6 | 36 | 33 | 0 | A | ED | 47 | 42 |
| Octal | 151 | 160 | 346 | 66 | 63 | 0 | 12 | 355 | 107 | 102 |
| Binary | 1101001 | 1110000 | 11100110 | 110110 | 110011 | 0 | 1010 | 11101101 | 1000111 | 1000010 |
Color Harmonies of #6970E6
Complementary color
Monochromatic Colors of #6970E6
Black with #6970E6
Text Example
Text Example
White with #6970E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970E6; }
p { color: rgb(105,112,230); }
H1.HeaderClassName
{
color: #6970E6;
}
.AnyTagClassName
{
color: #6970E6;
}
</style>
background-color css
<style>
a { background-color: #6970E6; }
a { background-color: rgb(105,112,230); }
div.DivClassName
{
background-color: #6970E6;
}
.BgClassName
{
background-color: #6970E6;
}
</style>
border-color css
<style>
span { border-color: #6970E6; }
span { border-color: rgb(105,112,230); }
td.TdClassName
{
border-color: #6970E6;
}
.TagClassName
{
border-color: #6970E6;
}
</style>