Shades of Medium Slate Blue #6D75FA
Tints of Medium Slate Blue #6D75FA
RGB
CMYK
RGB Variations
Color information
#6D75FA (or 0x6D75FA) is known color: Medium Slate Blue. HEX triplet: 6D, 75 and FA. RGB value is (109,117,250). Sum of RGB (Red+Green+Blue) = 109+117+250=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 117 (46.09% from 255 or 24.58% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D75FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D75FA is #928A05. Grayscale: #818181. Windows color (decimal): -9603590 or 16414061. OLE color: 16414061.
HSL color Cylindrical-coordinate representation of color #6D75FA: hue angle of 236.6º 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 #6D75FA is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 117 | 250 | - |
| CMYK | 0.56 | 0.53 | 0 | 0.02 |
| HSL | 236.6º | 0.93% | 0.7% | - |
| HSV(B) | 236.6º | 0.56% | 0.98% | - |
| XYZ | 29.92 | 22.88 | 93.28 | - |
| YUV | 129.77 | 195.85 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 250 | 0.56 | 0.53 | 0 | 0.02 | 236.6 | 0.93 | 0.7 |
| Hex | 6D | 75 | FA | 38 | 35 | 0 | 2 | ED | 5D | 46 |
| Octal | 155 | 165 | 372 | 70 | 65 | 0 | 2 | 355 | 135 | 106 |
| Binary | 1101101 | 1110101 | 11111010 | 111000 | 110101 | 0 | 10 | 11101101 | 1011101 | 1000110 |
Color Harmonies of #6D75FA
Complementary color
Monochromatic Colors of #6D75FA
Black with #6D75FA
Text Example
Text Example
White with #6D75FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D75FA; }
p { color: rgb(109,117,250); }
H1.HeaderClassName
{
color: #6D75FA;
}
.AnyTagClassName
{
color: #6D75FA;
}
</style>
background-color css
<style>
a { background-color: #6D75FA; }
a { background-color: rgb(109,117,250); }
div.DivClassName
{
background-color: #6D75FA;
}
.BgClassName
{
background-color: #6D75FA;
}
</style>
border-color css
<style>
span { border-color: #6D75FA; }
span { border-color: rgb(109,117,250); }
td.TdClassName
{
border-color: #6D75FA;
}
.TagClassName
{
border-color: #6D75FA;
}
</style>