Shades of Medium Slate Blue #6970DE
Tints of Medium Slate Blue #6970DE
RGB
CMYK
RGB Variations
Color information
#6970DE (or 0x6970DE) is known color: Medium Slate Blue. HEX triplet: 69, 70 and DE. RGB value is (105,112,222). Sum of RGB (Red+Green+Blue) = 105+112+222=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #6970DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6970DE is #968F21. Grayscale: #7A7A7A. Windows color (decimal): -9867042 or 14577769. OLE color: 14577769.
HSL color Cylindrical-coordinate representation of color #6970DE: hue angle of 236.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6970DE is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 112 | 222 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.13 |
| HSL | 236.41º | 0.64% | 0.64% | - |
| HSV(B) | 236.41º | 0.53% | 0.87% | - |
| XYZ | 24.8 | 19.87 | 71.63 | - |
| YUV | 122.45 | 184.18 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 222 | 0.53 | 0.50 | 0 | 0.13 | 236.41 | 0.64 | 0.64 |
| Hex | 69 | 70 | DE | 35 | 32 | 0 | D | EC | 40 | 40 |
| Octal | 151 | 160 | 336 | 65 | 62 | 0 | 15 | 354 | 100 | 100 |
| Binary | 1101001 | 1110000 | 11011110 | 110101 | 110010 | 0 | 1101 | 11101100 | 1000000 | 1000000 |
Color Harmonies of #6970DE
Complementary color
Monochromatic Colors of #6970DE
Black with #6970DE
Text Example
Text Example
White with #6970DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6970DE; }
p { color: rgb(105,112,222); }
H1.HeaderClassName
{
color: #6970DE;
}
.AnyTagClassName
{
color: #6970DE;
}
</style>
background-color css
<style>
a { background-color: #6970DE; }
a { background-color: rgb(105,112,222); }
div.DivClassName
{
background-color: #6970DE;
}
.BgClassName
{
background-color: #6970DE;
}
</style>
border-color css
<style>
span { border-color: #6970DE; }
span { border-color: rgb(105,112,222); }
td.TdClassName
{
border-color: #6970DE;
}
.TagClassName
{
border-color: #6970DE;
}
</style>