Shades of Medium Slate Blue #6C5DFE
Tints of Medium Slate Blue #6C5DFE
RGB
CMYK
RGB Variations
Color information
#6C5DFE (or 0x6C5DFE) is known color: Medium Slate Blue. HEX triplet: 6C, 5D and FE. RGB value is (108,93,254). Sum of RGB (Red+Green+Blue) = 108+93+254=455 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.74% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5DFE is #93A201. Grayscale: #737373. Windows color (decimal): -9675266 or 16670060. OLE color: 16670060.
HSL color Cylindrical-coordinate representation of color #6C5DFE: hue angle of 245.59º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C5DFE is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 93 | 254 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.00 |
| HSL | 245.59º | 0.99% | 0.68% | - |
| HSV(B) | 245.59º | 0.63% | 1% | - |
| XYZ | 27.99 | 18.17 | 95.8 | - |
| YUV | 115.84 | 205.97 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 93 | 254 | 0.57 | 0.63 | 0 | 0.00 | 245.59 | 0.99 | 0.68 |
| Hex | 6C | 5D | FE | 39 | 3F | 0 | 0 | F6 | 63 | 44 |
| Octal | 154 | 135 | 376 | 71 | 77 | 0 | 0 | 366 | 143 | 104 |
| Binary | 1101100 | 1011101 | 11111110 | 111001 | 111111 | 0 | 0 | 11110110 | 1100011 | 1000100 |
Color Harmonies of #6C5DFE
Complementary color
Monochromatic Colors of #6C5DFE
Black with #6C5DFE
Text Example
Text Example
White with #6C5DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5DFE; }
p { color: rgb(108,93,254); }
H1.HeaderClassName
{
color: #6C5DFE;
}
.AnyTagClassName
{
color: #6C5DFE;
}
</style>
background-color css
<style>
a { background-color: #6C5DFE; }
a { background-color: rgb(108,93,254); }
div.DivClassName
{
background-color: #6C5DFE;
}
.BgClassName
{
background-color: #6C5DFE;
}
</style>
border-color css
<style>
span { border-color: #6C5DFE; }
span { border-color: rgb(108,93,254); }
td.TdClassName
{
border-color: #6C5DFE;
}
.TagClassName
{
border-color: #6C5DFE;
}
</style>