Shades of Medium Slate Blue #6956EE
Tints of Medium Slate Blue #6956EE
RGB
CMYK
RGB Variations
Color information
#6956EE (or 0x6956EE) is known color: Medium Slate Blue. HEX triplet: 69, 56 and EE. RGB value is (105,86,238). Sum of RGB (Red+Green+Blue) = 105+86+238=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 238 (93.36% from 255 or 55.48% from 429); Max value from RGB is 238 - color contains mainly: blue. Hex color #6956EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6956EE is #96A911. Grayscale: #6C6C6C. Windows color (decimal): -9873682 or 15619689. OLE color: 15619689.
HSL color Cylindrical-coordinate representation of color #6956EE: hue angle of 247.5º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6956EE is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 86 | 238 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.07 |
| HSL | 247.5º | 0.82% | 0.64% | - |
| HSV(B) | 247.5º | 0.64% | 0.93% | - |
| XYZ | 24.59 | 15.83 | 82.65 | - |
| YUV | 109.01 | 200.79 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 86 | 238 | 0.56 | 0.64 | 0 | 0.07 | 247.5 | 0.82 | 0.64 |
| Hex | 69 | 56 | EE | 38 | 40 | 0 | 7 | F8 | 52 | 40 |
| Octal | 151 | 126 | 356 | 70 | 100 | 0 | 7 | 370 | 122 | 100 |
| Binary | 1101001 | 1010110 | 11101110 | 111000 | 1000000 | 0 | 111 | 11111000 | 1010010 | 1000000 |
Color Harmonies of #6956EE
Complementary color
Monochromatic Colors of #6956EE
Black with #6956EE
Text Example
Text Example
White with #6956EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6956EE; }
p { color: rgb(105,86,238); }
H1.HeaderClassName
{
color: #6956EE;
}
.AnyTagClassName
{
color: #6956EE;
}
</style>
background-color css
<style>
a { background-color: #6956EE; }
a { background-color: rgb(105,86,238); }
div.DivClassName
{
background-color: #6956EE;
}
.BgClassName
{
background-color: #6956EE;
}
</style>
border-color css
<style>
span { border-color: #6956EE; }
span { border-color: rgb(105,86,238); }
td.TdClassName
{
border-color: #6956EE;
}
.TagClassName
{
border-color: #6956EE;
}
</style>