Shades of Medium Slate Blue #6C61FE
Tints of Medium Slate Blue #6C61FE
RGB
CMYK
RGB Variations
Color information
#6C61FE (or 0x6C61FE) is known color: Medium Slate Blue. HEX triplet: 6C, 61 and FE. RGB value is (108,97,254). Sum of RGB (Red+Green+Blue) = 108+97+254=459 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.53% from 459); Green value is 97 (38.28% from 255 or 21.13% 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 #6C61FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C61FE is #939E01. Grayscale: #757575. Windows color (decimal): -9674242 or 16671084. OLE color: 16671084.
HSL color Cylindrical-coordinate representation of color #6C61FE: hue angle of 244.2º 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 #6C61FE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 108 | 97 | 254 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.00 |
| HSL | 244.2º | 0.99% | 0.69% | - |
| HSV(B) | 244.2º | 0.62% | 1% | - |
| XYZ | 28.35 | 18.89 | 95.92 | - |
| YUV | 118.19 | 204.64 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 254 | 0.57 | 0.62 | 0 | 0.00 | 244.2 | 0.99 | 0.69 |
| Hex | 6C | 61 | FE | 39 | 3E | 0 | 0 | F4 | 63 | 45 |
| Octal | 154 | 141 | 376 | 71 | 76 | 0 | 0 | 364 | 143 | 105 |
| Binary | 1101100 | 1100001 | 11111110 | 111001 | 111110 | 0 | 0 | 11110100 | 1100011 | 1000101 |
Color Harmonies of #6C61FE
Complementary color
Monochromatic Colors of #6C61FE
Black with #6C61FE
Text Example
Text Example
White with #6C61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C61FE; }
p { color: rgb(108,97,254); }
H1.HeaderClassName
{
color: #6C61FE;
}
.AnyTagClassName
{
color: #6C61FE;
}
</style>
background-color css
<style>
a { background-color: #6C61FE; }
a { background-color: rgb(108,97,254); }
div.DivClassName
{
background-color: #6C61FE;
}
.BgClassName
{
background-color: #6C61FE;
}
</style>
border-color css
<style>
span { border-color: #6C61FE; }
span { border-color: rgb(108,97,254); }
td.TdClassName
{
border-color: #6C61FE;
}
.TagClassName
{
border-color: #6C61FE;
}
</style>