Shades of Medium Slate Blue #6B5CF6
Tints of Medium Slate Blue #6B5CF6
RGB
CMYK
RGB Variations
Color information
#6B5CF6 (or 0x6B5CF6) is known color: Medium Slate Blue. HEX triplet: 6B, 5C and F6. RGB value is (107,92,246). Sum of RGB (Red+Green+Blue) = 107+92+246=445 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.04% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B5CF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5CF6 is #94A309. Grayscale: #717171. Windows color (decimal): -9741066 or 16145515. OLE color: 16145515.
HSL color Cylindrical-coordinate representation of color #6B5CF6: hue angle of 245.84º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B5CF6 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 107 | 92 | 246 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.04 |
| HSL | 245.84º | 0.9% | 0.66% | - |
| HSV(B) | 245.84º | 0.63% | 0.96% | - |
| XYZ | 26.53 | 17.43 | 89.16 | - |
| YUV | 114.04 | 202.47 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 246 | 0.57 | 0.63 | 0 | 0.04 | 245.84 | 0.9 | 0.66 |
| Hex | 6B | 5C | F6 | 39 | 3F | 0 | 4 | F6 | 5A | 42 |
| Octal | 153 | 134 | 366 | 71 | 77 | 0 | 4 | 366 | 132 | 102 |
| Binary | 1101011 | 1011100 | 11110110 | 111001 | 111111 | 0 | 100 | 11110110 | 1011010 | 1000010 |
Color Harmonies of #6B5CF6
Complementary color
Monochromatic Colors of #6B5CF6
Black with #6B5CF6
Text Example
Text Example
White with #6B5CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CF6; }
p { color: rgb(107,92,246); }
H1.HeaderClassName
{
color: #6B5CF6;
}
.AnyTagClassName
{
color: #6B5CF6;
}
</style>
background-color css
<style>
a { background-color: #6B5CF6; }
a { background-color: rgb(107,92,246); }
div.DivClassName
{
background-color: #6B5CF6;
}
.BgClassName
{
background-color: #6B5CF6;
}
</style>
border-color css
<style>
span { border-color: #6B5CF6; }
span { border-color: rgb(107,92,246); }
td.TdClassName
{
border-color: #6B5CF6;
}
.TagClassName
{
border-color: #6B5CF6;
}
</style>