Shades of Medium Slate Blue #6B5DE6
Tints of Medium Slate Blue #6B5DE6
RGB
CMYK
RGB Variations
Color information
#6B5DE6 (or 0x6B5DE6) is known color: Medium Slate Blue. HEX triplet: 6B, 5D and E6. RGB value is (107,93,230). Sum of RGB (Red+Green+Blue) = 107+93+230=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 230 (90.23% from 255 or 53.49% from 430); Max value from RGB is 230 - color contains mainly: blue. Hex color #6B5DE6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5DE6 is #94A219. Grayscale: #707070. Windows color (decimal): -9740826 or 15097195. OLE color: 15097195.
HSL color Cylindrical-coordinate representation of color #6B5DE6: hue angle of 246.13º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B5DE6 is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 107 | 93 | 230 | - |
| CMYK | 0.53 | 0.60 | 0 | 0.10 |
| HSL | 246.13º | 0.73% | 0.63% | - |
| HSV(B) | 246.13º | 0.6% | 0.9% | - |
| XYZ | 24.26 | 16.67 | 76.8 | - |
| YUV | 112.8 | 194.14 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 230 | 0.53 | 0.60 | 0 | 0.10 | 246.13 | 0.73 | 0.63 |
| Hex | 6B | 5D | E6 | 35 | 3C | 0 | A | F6 | 49 | 3F |
| Octal | 153 | 135 | 346 | 65 | 74 | 0 | 12 | 366 | 111 | 77 |
| Binary | 1101011 | 1011101 | 11100110 | 110101 | 111100 | 0 | 1010 | 11110110 | 1001001 | 111111 |
Color Harmonies of #6B5DE6
Complementary color
Monochromatic Colors of #6B5DE6
Black with #6B5DE6
Text Example
Text Example
White with #6B5DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5DE6; }
p { color: rgb(107,93,230); }
H1.HeaderClassName
{
color: #6B5DE6;
}
.AnyTagClassName
{
color: #6B5DE6;
}
</style>
background-color css
<style>
a { background-color: #6B5DE6; }
a { background-color: rgb(107,93,230); }
div.DivClassName
{
background-color: #6B5DE6;
}
.BgClassName
{
background-color: #6B5DE6;
}
</style>
border-color css
<style>
span { border-color: #6B5DE6; }
span { border-color: rgb(107,93,230); }
td.TdClassName
{
border-color: #6B5DE6;
}
.TagClassName
{
border-color: #6B5DE6;
}
</style>