Shades of Medium Slate Blue #6D60FE
Tints of Medium Slate Blue #6D60FE
RGB
CMYK
RGB Variations
Color information
#6D60FE (or 0x6D60FE) is known color: Medium Slate Blue. HEX triplet: 6D, 60 and FE. RGB value is (109,96,254). Sum of RGB (Red+Green+Blue) = 109+96+254=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D60FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D60FE is #929F01. Grayscale: #757575. Windows color (decimal): -9608962 or 16670829. OLE color: 16670829.
HSL color Cylindrical-coordinate representation of color #6D60FE: hue angle of 244.94º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D60FE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 109 | 96 | 254 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.00 |
| HSL | 244.94º | 0.99% | 0.69% | - |
| HSV(B) | 244.94º | 0.62% | 1% | - |
| XYZ | 28.38 | 18.77 | 95.89 | - |
| YUV | 117.9 | 204.81 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 96 | 254 | 0.57 | 0.62 | 0 | 0.00 | 244.94 | 0.99 | 0.69 |
| Hex | 6D | 60 | FE | 39 | 3E | 0 | 0 | F5 | 63 | 45 |
| Octal | 155 | 140 | 376 | 71 | 76 | 0 | 0 | 365 | 143 | 105 |
| Binary | 1101101 | 1100000 | 11111110 | 111001 | 111110 | 0 | 0 | 11110101 | 1100011 | 1000101 |
Color Harmonies of #6D60FE
Complementary color
Monochromatic Colors of #6D60FE
Black with #6D60FE
Text Example
Text Example
White with #6D60FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D60FE; }
p { color: rgb(109,96,254); }
H1.HeaderClassName
{
color: #6D60FE;
}
.AnyTagClassName
{
color: #6D60FE;
}
</style>
background-color css
<style>
a { background-color: #6D60FE; }
a { background-color: rgb(109,96,254); }
div.DivClassName
{
background-color: #6D60FE;
}
.BgClassName
{
background-color: #6D60FE;
}
</style>
border-color css
<style>
span { border-color: #6D60FE; }
span { border-color: rgb(109,96,254); }
td.TdClassName
{
border-color: #6D60FE;
}
.TagClassName
{
border-color: #6D60FE;
}
</style>