Shades of Medium Slate Blue #6B5AFE
Tints of Medium Slate Blue #6B5AFE
RGB
CMYK
RGB Variations
Color information
#6B5AFE (or 0x6B5AFE) is known color: Medium Slate Blue. HEX triplet: 6B, 5A and FE. RGB value is (107,90,254). Sum of RGB (Red+Green+Blue) = 107+90+254=451 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.73% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 254 (99.61% from 255 or 56.32% from 451); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B5AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5AFE is #94A501. Grayscale: #717171. Windows color (decimal): -9741570 or 16669291. OLE color: 16669291.
HSL color Cylindrical-coordinate representation of color #6B5AFE: hue angle of 246.22º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B5AFE is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 90 | 254 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.00 |
| HSL | 246.22º | 0.99% | 0.67% | - |
| HSV(B) | 246.22º | 0.65% | 1% | - |
| XYZ | 27.61 | 17.59 | 95.71 | - |
| YUV | 113.78 | 207.13 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 254 | 0.58 | 0.65 | 0 | 0.00 | 246.22 | 0.99 | 0.67 |
| Hex | 6B | 5A | FE | 3A | 41 | 0 | 0 | F6 | 63 | 43 |
| Octal | 153 | 132 | 376 | 72 | 101 | 0 | 0 | 366 | 143 | 103 |
| Binary | 1101011 | 1011010 | 11111110 | 111010 | 1000001 | 0 | 0 | 11110110 | 1100011 | 1000011 |
Color Harmonies of #6B5AFE
Complementary color
Monochromatic Colors of #6B5AFE
Black with #6B5AFE
Text Example
Text Example
White with #6B5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5AFE; }
p { color: rgb(107,90,254); }
H1.HeaderClassName
{
color: #6B5AFE;
}
.AnyTagClassName
{
color: #6B5AFE;
}
</style>
background-color css
<style>
a { background-color: #6B5AFE; }
a { background-color: rgb(107,90,254); }
div.DivClassName
{
background-color: #6B5AFE;
}
.BgClassName
{
background-color: #6B5AFE;
}
</style>
border-color css
<style>
span { border-color: #6B5AFE; }
span { border-color: rgb(107,90,254); }
td.TdClassName
{
border-color: #6B5AFE;
}
.TagClassName
{
border-color: #6B5AFE;
}
</style>