Shades of Medium Slate Blue #6D73EB
Tints of Medium Slate Blue #6D73EB
RGB
CMYK
RGB Variations
Color information
#6D73EB (or 0x6D73EB) is known color: Medium Slate Blue. HEX triplet: 6D, 73 and EB. RGB value is (109,115,235). Sum of RGB (Red+Green+Blue) = 109+115+235=459 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.75% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D73EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D73EB is #928C14. Grayscale: #7E7E7E. Windows color (decimal): -9604117 or 15430509. OLE color: 15430509.
HSL color Cylindrical-coordinate representation of color #6D73EB: hue angle of 237.14º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D73EB is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 109 | 115 | 235 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.08 |
| HSL | 237.14º | 0.76% | 0.67% | - |
| HSV(B) | 237.14º | 0.54% | 0.92% | - |
| XYZ | 27.43 | 21.51 | 81.3 | - |
| YUV | 126.89 | 189.01 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 235 | 0.54 | 0.51 | 0 | 0.08 | 237.14 | 0.76 | 0.67 |
| Hex | 6D | 73 | EB | 36 | 33 | 0 | 8 | ED | 4C | 43 |
| Octal | 155 | 163 | 353 | 66 | 63 | 0 | 10 | 355 | 114 | 103 |
| Binary | 1101101 | 1110011 | 11101011 | 110110 | 110011 | 0 | 1000 | 11101101 | 1001100 | 1000011 |
Color Harmonies of #6D73EB
Complementary color
Monochromatic Colors of #6D73EB
Black with #6D73EB
Text Example
Text Example
White with #6D73EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D73EB; }
p { color: rgb(109,115,235); }
H1.HeaderClassName
{
color: #6D73EB;
}
.AnyTagClassName
{
color: #6D73EB;
}
</style>
background-color css
<style>
a { background-color: #6D73EB; }
a { background-color: rgb(109,115,235); }
div.DivClassName
{
background-color: #6D73EB;
}
.BgClassName
{
background-color: #6D73EB;
}
</style>
border-color css
<style>
span { border-color: #6D73EB; }
span { border-color: rgb(109,115,235); }
td.TdClassName
{
border-color: #6D73EB;
}
.TagClassName
{
border-color: #6D73EB;
}
</style>