Shades of Medium Slate Blue #6B5FEA
Tints of Medium Slate Blue #6B5FEA
RGB
CMYK
RGB Variations
Color information
#6B5FEA (or 0x6B5FEA) is known color: Medium Slate Blue. HEX triplet: 6B, 5F and EA. RGB value is (107,95,234). Sum of RGB (Red+Green+Blue) = 107+95+234=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 234 (91.80% from 255 or 53.67% from 436); Max value from RGB is 234 - color contains mainly: blue. Hex color #6B5FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5FEA is #94A015. Grayscale: #717171. Windows color (decimal): -9740310 or 15359851. OLE color: 15359851.
HSL color Cylindrical-coordinate representation of color #6B5FEA: hue angle of 245.18º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B5FEA is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 107 | 95 | 234 | - |
| CMYK | 0.54 | 0.59 | 0 | 0.08 |
| HSL | 245.18º | 0.77% | 0.65% | - |
| HSV(B) | 245.18º | 0.59% | 0.92% | - |
| XYZ | 25.01 | 17.25 | 79.85 | - |
| YUV | 114.43 | 195.48 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 95 | 234 | 0.54 | 0.59 | 0 | 0.08 | 245.18 | 0.77 | 0.65 |
| Hex | 6B | 5F | EA | 36 | 3B | 0 | 8 | F5 | 4D | 41 |
| Octal | 153 | 137 | 352 | 66 | 73 | 0 | 10 | 365 | 115 | 101 |
| Binary | 1101011 | 1011111 | 11101010 | 110110 | 111011 | 0 | 1000 | 11110101 | 1001101 | 1000001 |
Color Harmonies of #6B5FEA
Complementary color
Monochromatic Colors of #6B5FEA
Black with #6B5FEA
Text Example
Text Example
White with #6B5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5FEA; }
p { color: rgb(107,95,234); }
H1.HeaderClassName
{
color: #6B5FEA;
}
.AnyTagClassName
{
color: #6B5FEA;
}
</style>
background-color css
<style>
a { background-color: #6B5FEA; }
a { background-color: rgb(107,95,234); }
div.DivClassName
{
background-color: #6B5FEA;
}
.BgClassName
{
background-color: #6B5FEA;
}
</style>
border-color css
<style>
span { border-color: #6B5FEA; }
span { border-color: rgb(107,95,234); }
td.TdClassName
{
border-color: #6B5FEA;
}
.TagClassName
{
border-color: #6B5FEA;
}
</style>