Shades of Medium Slate Blue #6B4CEC
Tints of Medium Slate Blue #6B4CEC
RGB
CMYK
RGB Variations
Color information
#6B4CEC (or 0x6B4CEC) is known color: Medium Slate Blue. HEX triplet: 6B, 4C and EC. RGB value is (107,76,236). Sum of RGB (Red+Green+Blue) = 107+76+236=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #6B4CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B4CEC is #94B313. Grayscale: #666666. Windows color (decimal): -9745172 or 15486059. OLE color: 15486059.
HSL color Cylindrical-coordinate representation of color #6B4CEC: hue angle of 251.62º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B4CEC is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 76 | 236 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.07 |
| HSL | 251.63º | 0.81% | 0.61% | - |
| HSV(B) | 251.63º | 0.68% | 0.93% | - |
| XYZ | 23.79 | 14.35 | 80.87 | - |
| YUV | 103.51 | 202.77 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 76 | 236 | 0.55 | 0.68 | 0 | 0.07 | 251.63 | 0.81 | 0.61 |
| Hex | 6B | 4C | EC | 37 | 44 | 0 | 7 | FC | 51 | 3D |
| Octal | 153 | 114 | 354 | 67 | 104 | 0 | 7 | 374 | 121 | 75 |
| Binary | 1101011 | 1001100 | 11101100 | 110111 | 1000100 | 0 | 111 | 11111100 | 1010001 | 111101 |
Color Harmonies of #6B4CEC
Complementary color
Monochromatic Colors of #6B4CEC
Black with #6B4CEC
Text Example
Text Example
White with #6B4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4CEC; }
p { color: rgb(107,76,236); }
H1.HeaderClassName
{
color: #6B4CEC;
}
.AnyTagClassName
{
color: #6B4CEC;
}
</style>
background-color css
<style>
a { background-color: #6B4CEC; }
a { background-color: rgb(107,76,236); }
div.DivClassName
{
background-color: #6B4CEC;
}
.BgClassName
{
background-color: #6B4CEC;
}
</style>
border-color css
<style>
span { border-color: #6B4CEC; }
span { border-color: rgb(107,76,236); }
td.TdClassName
{
border-color: #6B4CEC;
}
.TagClassName
{
border-color: #6B4CEC;
}
</style>