Shades of Medium Slate Blue #6B5CEB
Tints of Medium Slate Blue #6B5CEB
RGB
CMYK
RGB Variations
Color information
#6B5CEB (or 0x6B5CEB) is known color: Medium Slate Blue. HEX triplet: 6B, 5C and EB. RGB value is (107,92,235). Sum of RGB (Red+Green+Blue) = 107+92+235=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #6B5CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5CEB is #94A314. Grayscale: #707070. Windows color (decimal): -9741077 or 15424619. OLE color: 15424619.
HSL color Cylindrical-coordinate representation of color #6B5CEB: hue angle of 246.29º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B5CEB is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 92 | 235 | - |
| CMYK | 0.54 | 0.61 | 0 | 0.08 |
| HSL | 246.29º | 0.78% | 0.64% | - |
| HSV(B) | 246.29º | 0.61% | 0.92% | - |
| XYZ | 24.89 | 16.78 | 80.52 | - |
| YUV | 112.79 | 196.97 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 235 | 0.54 | 0.61 | 0 | 0.08 | 246.29 | 0.78 | 0.64 |
| Hex | 6B | 5C | EB | 36 | 3D | 0 | 8 | F6 | 4E | 40 |
| Octal | 153 | 134 | 353 | 66 | 75 | 0 | 10 | 366 | 116 | 100 |
| Binary | 1101011 | 1011100 | 11101011 | 110110 | 111101 | 0 | 1000 | 11110110 | 1001110 | 1000000 |
Color Harmonies of #6B5CEB
Complementary color
Monochromatic Colors of #6B5CEB
Black with #6B5CEB
Text Example
Text Example
White with #6B5CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CEB; }
p { color: rgb(107,92,235); }
H1.HeaderClassName
{
color: #6B5CEB;
}
.AnyTagClassName
{
color: #6B5CEB;
}
</style>
background-color css
<style>
a { background-color: #6B5CEB; }
a { background-color: rgb(107,92,235); }
div.DivClassName
{
background-color: #6B5CEB;
}
.BgClassName
{
background-color: #6B5CEB;
}
</style>
border-color css
<style>
span { border-color: #6B5CEB; }
span { border-color: rgb(107,92,235); }
td.TdClassName
{
border-color: #6B5CEB;
}
.TagClassName
{
border-color: #6B5CEB;
}
</style>