Shades of Medium Slate Blue #6D73FA
Tints of Medium Slate Blue #6D73FA
RGB
CMYK
RGB Variations
Color information
#6D73FA (or 0x6D73FA) is known color: Medium Slate Blue. HEX triplet: 6D, 73 and FA. RGB value is (109,115,250). Sum of RGB (Red+Green+Blue) = 109+115+250=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D73FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D73FA is #928C05. Grayscale: #808080. Windows color (decimal): -9604102 or 16413549. OLE color: 16413549.
HSL color Cylindrical-coordinate representation of color #6D73FA: hue angle of 237.45º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D73FA is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 115 | 250 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.02 |
| HSL | 237.45º | 0.93% | 0.7% | - |
| HSV(B) | 237.45º | 0.56% | 0.98% | - |
| XYZ | 29.69 | 22.41 | 93.2 | - |
| YUV | 128.6 | 196.51 | 114.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 250 | 0.56 | 0.54 | 0 | 0.02 | 237.45 | 0.93 | 0.7 |
| Hex | 6D | 73 | FA | 38 | 36 | 0 | 2 | ED | 5D | 46 |
| Octal | 155 | 163 | 372 | 70 | 66 | 0 | 2 | 355 | 135 | 106 |
| Binary | 1101101 | 1110011 | 11111010 | 111000 | 110110 | 0 | 10 | 11101101 | 1011101 | 1000110 |
Color Harmonies of #6D73FA
Complementary color
Monochromatic Colors of #6D73FA
Black with #6D73FA
Text Example
Text Example
White with #6D73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D73FA; }
p { color: rgb(109,115,250); }
H1.HeaderClassName
{
color: #6D73FA;
}
.AnyTagClassName
{
color: #6D73FA;
}
</style>
background-color css
<style>
a { background-color: #6D73FA; }
a { background-color: rgb(109,115,250); }
div.DivClassName
{
background-color: #6D73FA;
}
.BgClassName
{
background-color: #6D73FA;
}
</style>
border-color css
<style>
span { border-color: #6D73FA; }
span { border-color: rgb(109,115,250); }
td.TdClassName
{
border-color: #6D73FA;
}
.TagClassName
{
border-color: #6D73FA;
}
</style>