Shades of Medium Slate Blue #6E76DA
Tints of Medium Slate Blue #6E76DA
RGB
CMYK
RGB Variations
Color information
#6E76DA (or 0x6E76DA) is known color: Medium Slate Blue. HEX triplet: 6E, 76 and DA. RGB value is (110,118,218). Sum of RGB (Red+Green+Blue) = 110+118+218=446 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.66% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E76DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E76DA is #918925. Grayscale: #7E7E7E. Windows color (decimal): -9537830 or 14317166. OLE color: 14317166.
HSL color Cylindrical-coordinate representation of color #6E76DA: hue angle of 235.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E76DA is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 118 | 218 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.15 |
| HSL | 235.56º | 0.59% | 0.64% | - |
| HSV(B) | 235.56º | 0.5% | 0.85% | - |
| XYZ | 25.56 | 21.33 | 69.1 | - |
| YUV | 127.01 | 179.35 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 218 | 0.50 | 0.46 | 0 | 0.15 | 235.56 | 0.59 | 0.64 |
| Hex | 6E | 76 | DA | 32 | 2E | 0 | F | EC | 3B | 40 |
| Octal | 156 | 166 | 332 | 62 | 56 | 0 | 17 | 354 | 73 | 100 |
| Binary | 1101110 | 1110110 | 11011010 | 110010 | 101110 | 0 | 1111 | 11101100 | 111011 | 1000000 |
Color Harmonies of #6E76DA
Complementary color
Monochromatic Colors of #6E76DA
Black with #6E76DA
Text Example
Text Example
White with #6E76DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E76DA; }
p { color: rgb(110,118,218); }
H1.HeaderClassName
{
color: #6E76DA;
}
.AnyTagClassName
{
color: #6E76DA;
}
</style>
background-color css
<style>
a { background-color: #6E76DA; }
a { background-color: rgb(110,118,218); }
div.DivClassName
{
background-color: #6E76DA;
}
.BgClassName
{
background-color: #6E76DA;
}
</style>
border-color css
<style>
span { border-color: #6E76DA; }
span { border-color: rgb(110,118,218); }
td.TdClassName
{
border-color: #6E76DA;
}
.TagClassName
{
border-color: #6E76DA;
}
</style>