Shades of Medium Slate Blue #6C71F1
Tints of Medium Slate Blue #6C71F1
RGB
CMYK
RGB Variations
Color information
#6C71F1 (or 0x6C71F1) is known color: Medium Slate Blue. HEX triplet: 6C, 71 and F1. RGB value is (108,113,241). Sum of RGB (Red+Green+Blue) = 108+113+241=462 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.38% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C71F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C71F1 is #938E0E. Grayscale: #7D7D7D. Windows color (decimal): -9670159 or 15823212. OLE color: 15823212.
HSL color Cylindrical-coordinate representation of color #6C71F1: hue angle of 237.74º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C71F1 is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 113 | 241 | - |
| CMYK | 0.55 | 0.53 | 0 | 0.05 |
| HSL | 237.74º | 0.83% | 0.68% | - |
| HSV(B) | 237.74º | 0.55% | 0.95% | - |
| XYZ | 27.97 | 21.35 | 85.87 | - |
| YUV | 126.1 | 192.84 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 113 | 241 | 0.55 | 0.53 | 0 | 0.05 | 237.74 | 0.83 | 0.68 |
| Hex | 6C | 71 | F1 | 37 | 35 | 0 | 5 | EE | 53 | 44 |
| Octal | 154 | 161 | 361 | 67 | 65 | 0 | 5 | 356 | 123 | 104 |
| Binary | 1101100 | 1110001 | 11110001 | 110111 | 110101 | 0 | 101 | 11101110 | 1010011 | 1000100 |
Color Harmonies of #6C71F1
Complementary color
Monochromatic Colors of #6C71F1
Black with #6C71F1
Text Example
Text Example
White with #6C71F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C71F1; }
p { color: rgb(108,113,241); }
H1.HeaderClassName
{
color: #6C71F1;
}
.AnyTagClassName
{
color: #6C71F1;
}
</style>
background-color css
<style>
a { background-color: #6C71F1; }
a { background-color: rgb(108,113,241); }
div.DivClassName
{
background-color: #6C71F1;
}
.BgClassName
{
background-color: #6C71F1;
}
</style>
border-color css
<style>
span { border-color: #6C71F1; }
span { border-color: rgb(108,113,241); }
td.TdClassName
{
border-color: #6C71F1;
}
.TagClassName
{
border-color: #6C71F1;
}
</style>