Shades of Medium Slate Blue #6C5AF8
Tints of Medium Slate Blue #6C5AF8
RGB
CMYK
RGB Variations
Color information
#6C5AF8 (or 0x6C5AF8) is known color: Medium Slate Blue. HEX triplet: 6C, 5A and F8. RGB value is (108,90,248). Sum of RGB (Red+Green+Blue) = 108+90+248=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 90 (35.55% from 255 or 20.18% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #6C5AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5AF8 is #93A507. Grayscale: #707070. Windows color (decimal): -9676040 or 16276076. OLE color: 16276076.
HSL color Cylindrical-coordinate representation of color #6C5AF8: hue angle of 246.84º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C5AF8 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 108 | 90 | 248 | - |
| CMYK | 0.56 | 0.64 | 0 | 0.03 |
| HSL | 246.84º | 0.92% | 0.66% | - |
| HSV(B) | 246.84º | 0.64% | 0.97% | - |
| XYZ | 26.78 | 17.28 | 90.73 | - |
| YUV | 113.39 | 203.96 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 248 | 0.56 | 0.64 | 0 | 0.03 | 246.84 | 0.92 | 0.66 |
| Hex | 6C | 5A | F8 | 38 | 40 | 0 | 3 | F7 | 5C | 42 |
| Octal | 154 | 132 | 370 | 70 | 100 | 0 | 3 | 367 | 134 | 102 |
| Binary | 1101100 | 1011010 | 11111000 | 111000 | 1000000 | 0 | 11 | 11110111 | 1011100 | 1000010 |
Color Harmonies of #6C5AF8
Complementary color
Monochromatic Colors of #6C5AF8
Black with #6C5AF8
Text Example
Text Example
White with #6C5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5AF8; }
p { color: rgb(108,90,248); }
H1.HeaderClassName
{
color: #6C5AF8;
}
.AnyTagClassName
{
color: #6C5AF8;
}
</style>
background-color css
<style>
a { background-color: #6C5AF8; }
a { background-color: rgb(108,90,248); }
div.DivClassName
{
background-color: #6C5AF8;
}
.BgClassName
{
background-color: #6C5AF8;
}
</style>
border-color css
<style>
span { border-color: #6C5AF8; }
span { border-color: rgb(108,90,248); }
td.TdClassName
{
border-color: #6C5AF8;
}
.TagClassName
{
border-color: #6C5AF8;
}
</style>