Shades of Medium Slate Blue #6958EE
Tints of Medium Slate Blue #6958EE
RGB
CMYK
RGB Variations
Color information
#6958EE (or 0x6958EE) is known color: Medium Slate Blue. HEX triplet: 69, 58 and EE. RGB value is (105,88,238). Sum of RGB (Red+Green+Blue) = 105+88+238=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #6958EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6958EE is #96A711. Grayscale: #6D6D6D. Windows color (decimal): -9873170 or 15620201. OLE color: 15620201.
HSL color Cylindrical-coordinate representation of color #6958EE: hue angle of 246.8º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6958EE is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 88 | 238 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.07 |
| HSL | 246.8º | 0.82% | 0.64% | - |
| HSV(B) | 246.8º | 0.63% | 0.93% | - |
| XYZ | 24.75 | 16.16 | 82.7 | - |
| YUV | 110.18 | 200.13 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 238 | 0.56 | 0.63 | 0 | 0.07 | 246.8 | 0.82 | 0.64 |
| Hex | 69 | 58 | EE | 38 | 3F | 0 | 7 | F7 | 52 | 40 |
| Octal | 151 | 130 | 356 | 70 | 77 | 0 | 7 | 367 | 122 | 100 |
| Binary | 1101001 | 1011000 | 11101110 | 111000 | 111111 | 0 | 111 | 11110111 | 1010010 | 1000000 |
Color Harmonies of #6958EE
Complementary color
Monochromatic Colors of #6958EE
Black with #6958EE
Text Example
Text Example
White with #6958EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958EE; }
p { color: rgb(105,88,238); }
H1.HeaderClassName
{
color: #6958EE;
}
.AnyTagClassName
{
color: #6958EE;
}
</style>
background-color css
<style>
a { background-color: #6958EE; }
a { background-color: rgb(105,88,238); }
div.DivClassName
{
background-color: #6958EE;
}
.BgClassName
{
background-color: #6958EE;
}
</style>
border-color css
<style>
span { border-color: #6958EE; }
span { border-color: rgb(105,88,238); }
td.TdClassName
{
border-color: #6958EE;
}
.TagClassName
{
border-color: #6958EE;
}
</style>