Shades of Medium Slate Blue #6951EE
Tints of Medium Slate Blue #6951EE
RGB
CMYK
RGB Variations
Color information
#6951EE (or 0x6951EE) is known color: Medium Slate Blue. HEX triplet: 69, 51 and EE. RGB value is (105,81,238). Sum of RGB (Red+Green+Blue) = 105+81+238=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 81 (32.03% from 255 or 19.10% from 424); Blue value is 238 (93.36% from 255 or 56.13% from 424); Max value from RGB is 238 - color contains mainly: blue. Hex color #6951EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6951EE is #96AE11. Grayscale: #696969. Windows color (decimal): -9874962 or 15618409. OLE color: 15618409.
HSL color Cylindrical-coordinate representation of color #6951EE: hue angle of 249.17º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6951EE is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 81 | 238 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.07 |
| HSL | 249.17º | 0.82% | 0.63% | - |
| HSV(B) | 249.17º | 0.66% | 0.93% | - |
| XYZ | 24.2 | 15.06 | 82.52 | - |
| YUV | 106.07 | 202.45 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 238 | 0.56 | 0.66 | 0 | 0.07 | 249.17 | 0.82 | 0.63 |
| Hex | 69 | 51 | EE | 38 | 42 | 0 | 7 | F9 | 52 | 3F |
| Octal | 151 | 121 | 356 | 70 | 102 | 0 | 7 | 371 | 122 | 77 |
| Binary | 1101001 | 1010001 | 11101110 | 111000 | 1000010 | 0 | 111 | 11111001 | 1010010 | 111111 |
Color Harmonies of #6951EE
Complementary color
Monochromatic Colors of #6951EE
Black with #6951EE
Text Example
Text Example
White with #6951EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6951EE; }
p { color: rgb(105,81,238); }
H1.HeaderClassName
{
color: #6951EE;
}
.AnyTagClassName
{
color: #6951EE;
}
</style>
background-color css
<style>
a { background-color: #6951EE; }
a { background-color: rgb(105,81,238); }
div.DivClassName
{
background-color: #6951EE;
}
.BgClassName
{
background-color: #6951EE;
}
</style>
border-color css
<style>
span { border-color: #6951EE; }
span { border-color: rgb(105,81,238); }
td.TdClassName
{
border-color: #6951EE;
}
.TagClassName
{
border-color: #6951EE;
}
</style>