Shades of Medium Slate Blue #6C5BF8
Tints of Medium Slate Blue #6C5BF8
RGB
CMYK
RGB Variations
Color information
#6C5BF8 (or 0x6C5BF8) is known color: Medium Slate Blue. HEX triplet: 6C, 5B and F8. RGB value is (108,91,248). Sum of RGB (Red+Green+Blue) = 108+91+248=447 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.16% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #6C5BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5BF8 is #93A407. Grayscale: #717171. Windows color (decimal): -9675784 or 16276332. OLE color: 16276332.
HSL color Cylindrical-coordinate representation of color #6C5BF8: hue angle of 246.5º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C5BF8 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 91 | 248 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.03 |
| HSL | 246.5º | 0.92% | 0.66% | - |
| HSV(B) | 246.5º | 0.63% | 0.97% | - |
| XYZ | 26.87 | 17.45 | 90.76 | - |
| YUV | 113.98 | 203.63 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 91 | 248 | 0.56 | 0.63 | 0 | 0.03 | 246.5 | 0.92 | 0.66 |
| Hex | 6C | 5B | F8 | 38 | 3F | 0 | 3 | F6 | 5C | 42 |
| Octal | 154 | 133 | 370 | 70 | 77 | 0 | 3 | 366 | 134 | 102 |
| Binary | 1101100 | 1011011 | 11111000 | 111000 | 111111 | 0 | 11 | 11110110 | 1011100 | 1000010 |
Color Harmonies of #6C5BF8
Complementary color
Monochromatic Colors of #6C5BF8
Black with #6C5BF8
Text Example
Text Example
White with #6C5BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5BF8; }
p { color: rgb(108,91,248); }
H1.HeaderClassName
{
color: #6C5BF8;
}
.AnyTagClassName
{
color: #6C5BF8;
}
</style>
background-color css
<style>
a { background-color: #6C5BF8; }
a { background-color: rgb(108,91,248); }
div.DivClassName
{
background-color: #6C5BF8;
}
.BgClassName
{
background-color: #6C5BF8;
}
</style>
border-color css
<style>
span { border-color: #6C5BF8; }
span { border-color: rgb(108,91,248); }
td.TdClassName
{
border-color: #6C5BF8;
}
.TagClassName
{
border-color: #6C5BF8;
}
</style>