Shades of Medium Slate Blue #6955EF
Tints of Medium Slate Blue #6955EF
RGB
CMYK
RGB Variations
Color information
#6955EF (or 0x6955EF) is known color: Medium Slate Blue. HEX triplet: 69, 55 and EF. RGB value is (105,85,239). Sum of RGB (Red+Green+Blue) = 105+85+239=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 239 (93.75% from 255 or 55.71% from 429); Max value from RGB is 239 - color contains mainly: blue. Hex color #6955EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6955EF is #96AA10. Grayscale: #6B6B6B. Windows color (decimal): -9873937 or 15684969. OLE color: 15684969.
HSL color Cylindrical-coordinate representation of color #6955EF: hue angle of 247.79º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6955EF is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 85 | 239 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.06 |
| HSL | 247.79º | 0.83% | 0.64% | - |
| HSV(B) | 247.79º | 0.64% | 0.94% | - |
| XYZ | 24.65 | 15.73 | 83.4 | - |
| YUV | 108.54 | 201.63 | 125.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 239 | 0.56 | 0.64 | 0 | 0.06 | 247.79 | 0.83 | 0.64 |
| Hex | 69 | 55 | EF | 38 | 40 | 0 | 6 | F8 | 53 | 40 |
| Octal | 151 | 125 | 357 | 70 | 100 | 0 | 6 | 370 | 123 | 100 |
| Binary | 1101001 | 1010101 | 11101111 | 111000 | 1000000 | 0 | 110 | 11111000 | 1010011 | 1000000 |
Color Harmonies of #6955EF
Complementary color
Monochromatic Colors of #6955EF
Black with #6955EF
Text Example
Text Example
White with #6955EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955EF; }
p { color: rgb(105,85,239); }
H1.HeaderClassName
{
color: #6955EF;
}
.AnyTagClassName
{
color: #6955EF;
}
</style>
background-color css
<style>
a { background-color: #6955EF; }
a { background-color: rgb(105,85,239); }
div.DivClassName
{
background-color: #6955EF;
}
.BgClassName
{
background-color: #6955EF;
}
</style>
border-color css
<style>
span { border-color: #6955EF; }
span { border-color: rgb(105,85,239); }
td.TdClassName
{
border-color: #6955EF;
}
.TagClassName
{
border-color: #6955EF;
}
</style>