Shades of Medium Slate Blue #6955EE
Tints of Medium Slate Blue #6955EE
RGB
CMYK
RGB Variations
Color information
#6955EE (or 0x6955EE) is known color: Medium Slate Blue. HEX triplet: 69, 55 and EE. RGB value is (105,85,238). Sum of RGB (Red+Green+Blue) = 105+85+238=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #6955EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6955EE is #96AA11. Grayscale: #6B6B6B. Windows color (decimal): -9873938 or 15619433. OLE color: 15619433.
HSL color Cylindrical-coordinate representation of color #6955EE: hue angle of 247.84º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6955EE is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 85 | 238 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.07 |
| HSL | 247.84º | 0.82% | 0.63% | - |
| HSV(B) | 247.84º | 0.64% | 0.93% | - |
| XYZ | 24.51 | 15.67 | 82.62 | - |
| YUV | 108.42 | 201.13 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 238 | 0.56 | 0.64 | 0 | 0.07 | 247.84 | 0.82 | 0.63 |
| Hex | 69 | 55 | EE | 38 | 40 | 0 | 7 | F8 | 52 | 3F |
| Octal | 151 | 125 | 356 | 70 | 100 | 0 | 7 | 370 | 122 | 77 |
| Binary | 1101001 | 1010101 | 11101110 | 111000 | 1000000 | 0 | 111 | 11111000 | 1010010 | 111111 |
Color Harmonies of #6955EE
Complementary color
Monochromatic Colors of #6955EE
Black with #6955EE
Text Example
Text Example
White with #6955EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955EE; }
p { color: rgb(105,85,238); }
H1.HeaderClassName
{
color: #6955EE;
}
.AnyTagClassName
{
color: #6955EE;
}
</style>
background-color css
<style>
a { background-color: #6955EE; }
a { background-color: rgb(105,85,238); }
div.DivClassName
{
background-color: #6955EE;
}
.BgClassName
{
background-color: #6955EE;
}
</style>
border-color css
<style>
span { border-color: #6955EE; }
span { border-color: rgb(105,85,238); }
td.TdClassName
{
border-color: #6955EE;
}
.TagClassName
{
border-color: #6955EE;
}
</style>