Shades of Medium Slate Blue #6C73F1
Tints of Medium Slate Blue #6C73F1
RGB
CMYK
RGB Variations
Color information
#6C73F1 (or 0x6C73F1) is known color: Medium Slate Blue. HEX triplet: 6C, 73 and F1. RGB value is (108,115,241). Sum of RGB (Red+Green+Blue) = 108+115+241=464 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.28% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 241 (94.53% from 255 or 51.94% from 464); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C73F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C73F1 is #938C0E. Grayscale: #7E7E7E. Windows color (decimal): -9669647 or 15823724. OLE color: 15823724.
HSL color Cylindrical-coordinate representation of color #6C73F1: hue angle of 236.84º 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 #6C73F1 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 108 | 115 | 241 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.05 |
| HSL | 236.84º | 0.83% | 0.68% | - |
| HSV(B) | 236.84º | 0.55% | 0.95% | - |
| XYZ | 28.19 | 21.8 | 85.94 | - |
| YUV | 127.27 | 192.18 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 241 | 0.55 | 0.52 | 0 | 0.05 | 236.84 | 0.83 | 0.68 |
| Hex | 6C | 73 | F1 | 37 | 34 | 0 | 5 | ED | 53 | 44 |
| Octal | 154 | 163 | 361 | 67 | 64 | 0 | 5 | 355 | 123 | 104 |
| Binary | 1101100 | 1110011 | 11110001 | 110111 | 110100 | 0 | 101 | 11101101 | 1010011 | 1000100 |
Color Harmonies of #6C73F1
Complementary color
Monochromatic Colors of #6C73F1
Black with #6C73F1
Text Example
Text Example
White with #6C73F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C73F1; }
p { color: rgb(108,115,241); }
H1.HeaderClassName
{
color: #6C73F1;
}
.AnyTagClassName
{
color: #6C73F1;
}
</style>
background-color css
<style>
a { background-color: #6C73F1; }
a { background-color: rgb(108,115,241); }
div.DivClassName
{
background-color: #6C73F1;
}
.BgClassName
{
background-color: #6C73F1;
}
</style>
border-color css
<style>
span { border-color: #6C73F1; }
span { border-color: rgb(108,115,241); }
td.TdClassName
{
border-color: #6C73F1;
}
.TagClassName
{
border-color: #6C73F1;
}
</style>