Shades of Medium Slate Blue #6C5FEA
Tints of Medium Slate Blue #6C5FEA
RGB
CMYK
RGB Variations
Color information
#6C5FEA (or 0x6C5FEA) is known color: Medium Slate Blue. HEX triplet: 6C, 5F and EA. RGB value is (108,95,234). Sum of RGB (Red+Green+Blue) = 108+95+234=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5FEA is #93A015. Grayscale: #727272. Windows color (decimal): -9674774 or 15359852. OLE color: 15359852.
HSL color Cylindrical-coordinate representation of color #6C5FEA: hue angle of 245.61º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C5FEA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 95 | 234 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.08 |
| HSL | 245.61º | 0.77% | 0.65% | - |
| HSV(B) | 245.61º | 0.59% | 0.92% | - |
| XYZ | 25.13 | 17.31 | 79.86 | - |
| YUV | 114.73 | 195.31 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 95 | 234 | 0.54 | 0.59 | 0 | 0.08 | 245.61 | 0.77 | 0.65 |
| Hex | 6C | 5F | EA | 36 | 3B | 0 | 8 | F6 | 4D | 41 |
| Octal | 154 | 137 | 352 | 66 | 73 | 0 | 10 | 366 | 115 | 101 |
| Binary | 1101100 | 1011111 | 11101010 | 110110 | 111011 | 0 | 1000 | 11110110 | 1001101 | 1000001 |
Color Harmonies of #6C5FEA
Complementary color
Monochromatic Colors of #6C5FEA
Black with #6C5FEA
Text Example
Text Example
White with #6C5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5FEA; }
p { color: rgb(108,95,234); }
H1.HeaderClassName
{
color: #6C5FEA;
}
.AnyTagClassName
{
color: #6C5FEA;
}
</style>
background-color css
<style>
a { background-color: #6C5FEA; }
a { background-color: rgb(108,95,234); }
div.DivClassName
{
background-color: #6C5FEA;
}
.BgClassName
{
background-color: #6C5FEA;
}
</style>
border-color css
<style>
span { border-color: #6C5FEA; }
span { border-color: rgb(108,95,234); }
td.TdClassName
{
border-color: #6C5FEA;
}
.TagClassName
{
border-color: #6C5FEA;
}
</style>