Shades of Medium Slate Blue #6D61FC
Tints of Medium Slate Blue #6D61FC
RGB
CMYK
RGB Variations
Color information
#6D61FC (or 0x6D61FC) is known color: Medium Slate Blue. HEX triplet: 6D, 61 and FC. RGB value is (109,97,252). Sum of RGB (Red+Green+Blue) = 109+97+252=458 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.80% from 458); Green value is 97 (38.28% from 255 or 21.18% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D61FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D61FC is #929E03. Grayscale: #757575. Windows color (decimal): -9608708 or 16540013. OLE color: 16540013.
HSL color Cylindrical-coordinate representation of color #6D61FC: hue angle of 244.65º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D61FC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 97 | 252 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.01 |
| HSL | 244.65º | 0.96% | 0.68% | - |
| HSV(B) | 244.65º | 0.62% | 0.99% | - |
| XYZ | 28.15 | 18.83 | 94.25 | - |
| YUV | 118.26 | 203.48 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 252 | 0.57 | 0.62 | 0 | 0.01 | 244.65 | 0.96 | 0.68 |
| Hex | 6D | 61 | FC | 39 | 3E | 0 | 1 | F5 | 60 | 44 |
| Octal | 155 | 141 | 374 | 71 | 76 | 0 | 1 | 365 | 140 | 104 |
| Binary | 1101101 | 1100001 | 11111100 | 111001 | 111110 | 0 | 1 | 11110101 | 1100000 | 1000100 |
Color Harmonies of #6D61FC
Complementary color
Monochromatic Colors of #6D61FC
Black with #6D61FC
Text Example
Text Example
White with #6D61FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D61FC; }
p { color: rgb(109,97,252); }
H1.HeaderClassName
{
color: #6D61FC;
}
.AnyTagClassName
{
color: #6D61FC;
}
</style>
background-color css
<style>
a { background-color: #6D61FC; }
a { background-color: rgb(109,97,252); }
div.DivClassName
{
background-color: #6D61FC;
}
.BgClassName
{
background-color: #6D61FC;
}
</style>
border-color css
<style>
span { border-color: #6D61FC; }
span { border-color: rgb(109,97,252); }
td.TdClassName
{
border-color: #6D61FC;
}
.TagClassName
{
border-color: #6D61FC;
}
</style>