Shades of Medium Slate Blue #6B58E9
Tints of Medium Slate Blue #6B58E9
RGB
CMYK
RGB Variations
Color information
#6B58E9 (or 0x6B58E9) is known color: Medium Slate Blue. HEX triplet: 6B, 58 and E9. RGB value is (107,88,233). Sum of RGB (Red+Green+Blue) = 107+88+233=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 233 (91.41% from 255 or 54.44% from 428); Max value from RGB is 233 - color contains mainly: blue. Hex color #6B58E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B58E9 is #94A716. Grayscale: #6D6D6D. Windows color (decimal): -9742103 or 15292523. OLE color: 15292523.
HSL color Cylindrical-coordinate representation of color #6B58E9: hue angle of 247.86º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B58E9 is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 107 | 88 | 233 | - |
| CMYK | 0.54 | 0.62 | 0 | 0.09 |
| HSL | 247.86º | 0.77% | 0.63% | - |
| HSV(B) | 247.86º | 0.62% | 0.91% | - |
| XYZ | 24.26 | 15.99 | 78.9 | - |
| YUV | 110.21 | 197.29 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 233 | 0.54 | 0.62 | 0 | 0.09 | 247.86 | 0.77 | 0.63 |
| Hex | 6B | 58 | E9 | 36 | 3E | 0 | 9 | F8 | 4D | 3F |
| Octal | 153 | 130 | 351 | 66 | 76 | 0 | 11 | 370 | 115 | 77 |
| Binary | 1101011 | 1011000 | 11101001 | 110110 | 111110 | 0 | 1001 | 11111000 | 1001101 | 111111 |
Color Harmonies of #6B58E9
Complementary color
Monochromatic Colors of #6B58E9
Black with #6B58E9
Text Example
Text Example
White with #6B58E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B58E9; }
p { color: rgb(107,88,233); }
H1.HeaderClassName
{
color: #6B58E9;
}
.AnyTagClassName
{
color: #6B58E9;
}
</style>
background-color css
<style>
a { background-color: #6B58E9; }
a { background-color: rgb(107,88,233); }
div.DivClassName
{
background-color: #6B58E9;
}
.BgClassName
{
background-color: #6B58E9;
}
</style>
border-color css
<style>
span { border-color: #6B58E9; }
span { border-color: rgb(107,88,233); }
td.TdClassName
{
border-color: #6B58E9;
}
.TagClassName
{
border-color: #6B58E9;
}
</style>