Shades of Medium Slate Blue #6A5FFE
Tints of Medium Slate Blue #6A5FFE
RGB
CMYK
RGB Variations
Color information
#6A5FFE (or 0x6A5FFE) is known color: Medium Slate Blue. HEX triplet: 6A, 5F and FE. RGB value is (106,95,254). Sum of RGB (Red+Green+Blue) = 106+95+254=455 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.30% from 455); Green value is 95 (37.5% from 255 or 20.88% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A5FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5FFE is #95A001. Grayscale: #737373. Windows color (decimal): -9805826 or 16670570. OLE color: 16670570.
HSL color Cylindrical-coordinate representation of color #6A5FFE: hue angle of 244.15º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A5FFE is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 106 | 95 | 254 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.00 |
| HSL | 244.15º | 0.99% | 0.68% | - |
| HSV(B) | 244.15º | 0.63% | 1% | - |
| XYZ | 27.93 | 18.4 | 95.85 | - |
| YUV | 116.42 | 205.64 | 120.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 95 | 254 | 0.58 | 0.63 | 0 | 0.00 | 244.15 | 0.99 | 0.68 |
| Hex | 6A | 5F | FE | 3A | 3F | 0 | 0 | F4 | 63 | 44 |
| Octal | 152 | 137 | 376 | 72 | 77 | 0 | 0 | 364 | 143 | 104 |
| Binary | 1101010 | 1011111 | 11111110 | 111010 | 111111 | 0 | 0 | 11110100 | 1100011 | 1000100 |
Color Harmonies of #6A5FFE
Complementary color
Monochromatic Colors of #6A5FFE
Black with #6A5FFE
Text Example
Text Example
White with #6A5FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5FFE; }
p { color: rgb(106,95,254); }
H1.HeaderClassName
{
color: #6A5FFE;
}
.AnyTagClassName
{
color: #6A5FFE;
}
</style>
background-color css
<style>
a { background-color: #6A5FFE; }
a { background-color: rgb(106,95,254); }
div.DivClassName
{
background-color: #6A5FFE;
}
.BgClassName
{
background-color: #6A5FFE;
}
</style>
border-color css
<style>
span { border-color: #6A5FFE; }
span { border-color: rgb(106,95,254); }
td.TdClassName
{
border-color: #6A5FFE;
}
.TagClassName
{
border-color: #6A5FFE;
}
</style>