Shades of Medium Slate Blue #6D76DB
Tints of Medium Slate Blue #6D76DB
RGB
CMYK
RGB Variations
Color information
#6D76DB (or 0x6D76DB) is known color: Medium Slate Blue. HEX triplet: 6D, 76 and DB. RGB value is (109,118,219). Sum of RGB (Red+Green+Blue) = 109+118+219=446 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.44% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D76DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D76DB is #928924. Grayscale: #7E7E7E. Windows color (decimal): -9603365 or 14382701. OLE color: 14382701.
HSL color Cylindrical-coordinate representation of color #6D76DB: hue angle of 235.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D76DB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 118 | 219 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.14 |
| HSL | 235.09º | 0.6% | 0.64% | - |
| HSV(B) | 235.09º | 0.5% | 0.86% | - |
| XYZ | 25.57 | 21.32 | 69.79 | - |
| YUV | 126.82 | 180.02 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 219 | 0.50 | 0.46 | 0 | 0.14 | 235.09 | 0.6 | 0.64 |
| Hex | 6D | 76 | DB | 32 | 2E | 0 | E | EB | 3C | 40 |
| Octal | 155 | 166 | 333 | 62 | 56 | 0 | 16 | 353 | 74 | 100 |
| Binary | 1101101 | 1110110 | 11011011 | 110010 | 101110 | 0 | 1110 | 11101011 | 111100 | 1000000 |
Color Harmonies of #6D76DB
Complementary color
Monochromatic Colors of #6D76DB
Black with #6D76DB
Text Example
Text Example
White with #6D76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D76DB; }
p { color: rgb(109,118,219); }
H1.HeaderClassName
{
color: #6D76DB;
}
.AnyTagClassName
{
color: #6D76DB;
}
</style>
background-color css
<style>
a { background-color: #6D76DB; }
a { background-color: rgb(109,118,219); }
div.DivClassName
{
background-color: #6D76DB;
}
.BgClassName
{
background-color: #6D76DB;
}
</style>
border-color css
<style>
span { border-color: #6D76DB; }
span { border-color: rgb(109,118,219); }
td.TdClassName
{
border-color: #6D76DB;
}
.TagClassName
{
border-color: #6D76DB;
}
</style>