Shades of Medium Slate Blue #6A79EC
Tints of Medium Slate Blue #6A79EC
RGB
CMYK
RGB Variations
Color information
#6A79EC (or 0x6A79EC) is known color: Medium Slate Blue. HEX triplet: 6A, 79 and EC. RGB value is (106,121,236). Sum of RGB (Red+Green+Blue) = 106+121+236=463 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.89% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #6A79EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A79EC is #958613. Grayscale: #818181. Windows color (decimal): -9799188 or 15497578. OLE color: 15497578.
HSL color Cylindrical-coordinate representation of color #6A79EC: hue angle of 233.08º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A79EC is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 106 | 121 | 236 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.07 |
| HSL | 233.08º | 0.77% | 0.67% | - |
| HSV(B) | 233.08º | 0.55% | 0.93% | - |
| XYZ | 27.92 | 22.8 | 82.29 | - |
| YUV | 129.63 | 188.03 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 236 | 0.55 | 0.49 | 0 | 0.07 | 233.08 | 0.77 | 0.67 |
| Hex | 6A | 79 | EC | 37 | 31 | 0 | 7 | E9 | 4D | 43 |
| Octal | 152 | 171 | 354 | 67 | 61 | 0 | 7 | 351 | 115 | 103 |
| Binary | 1101010 | 1111001 | 11101100 | 110111 | 110001 | 0 | 111 | 11101001 | 1001101 | 1000011 |
Color Harmonies of #6A79EC
Complementary color
Monochromatic Colors of #6A79EC
Black with #6A79EC
Text Example
Text Example
White with #6A79EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A79EC; }
p { color: rgb(106,121,236); }
H1.HeaderClassName
{
color: #6A79EC;
}
.AnyTagClassName
{
color: #6A79EC;
}
</style>
background-color css
<style>
a { background-color: #6A79EC; }
a { background-color: rgb(106,121,236); }
div.DivClassName
{
background-color: #6A79EC;
}
.BgClassName
{
background-color: #6A79EC;
}
</style>
border-color css
<style>
span { border-color: #6A79EC; }
span { border-color: rgb(106,121,236); }
td.TdClassName
{
border-color: #6A79EC;
}
.TagClassName
{
border-color: #6A79EC;
}
</style>