Shades of Medium Slate Blue #6B5CFE
Tints of Medium Slate Blue #6B5CFE
RGB
CMYK
RGB Variations
Color information
#6B5CFE (or 0x6B5CFE) is known color: Medium Slate Blue. HEX triplet: 6B, 5C and FE. RGB value is (107,92,254). Sum of RGB (Red+Green+Blue) = 107+92+254=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #6B5CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5CFE is #94A301. Grayscale: #727272. Windows color (decimal): -9741058 or 16669803. OLE color: 16669803.
HSL color Cylindrical-coordinate representation of color #6B5CFE: hue angle of 245.56º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B5CFE is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 107 | 92 | 254 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.00 |
| HSL | 245.56º | 0.99% | 0.68% | - |
| HSV(B) | 245.56º | 0.64% | 1% | - |
| XYZ | 27.78 | 17.94 | 95.76 | - |
| YUV | 114.95 | 206.47 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 254 | 0.58 | 0.64 | 0 | 0.00 | 245.56 | 0.99 | 0.68 |
| Hex | 6B | 5C | FE | 3A | 40 | 0 | 0 | F6 | 63 | 44 |
| Octal | 153 | 134 | 376 | 72 | 100 | 0 | 0 | 366 | 143 | 104 |
| Binary | 1101011 | 1011100 | 11111110 | 111010 | 1000000 | 0 | 0 | 11110110 | 1100011 | 1000100 |
Color Harmonies of #6B5CFE
Complementary color
Monochromatic Colors of #6B5CFE
Black with #6B5CFE
Text Example
Text Example
White with #6B5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CFE; }
p { color: rgb(107,92,254); }
H1.HeaderClassName
{
color: #6B5CFE;
}
.AnyTagClassName
{
color: #6B5CFE;
}
</style>
background-color css
<style>
a { background-color: #6B5CFE; }
a { background-color: rgb(107,92,254); }
div.DivClassName
{
background-color: #6B5CFE;
}
.BgClassName
{
background-color: #6B5CFE;
}
</style>
border-color css
<style>
span { border-color: #6B5CFE; }
span { border-color: rgb(107,92,254); }
td.TdClassName
{
border-color: #6B5CFE;
}
.TagClassName
{
border-color: #6B5CFE;
}
</style>