Shades of Medium Slate Blue #6D77DB
Tints of Medium Slate Blue #6D77DB
RGB
CMYK
RGB Variations
Color information
#6D77DB (or 0x6D77DB) is known color: Medium Slate Blue. HEX triplet: 6D, 77 and DB. RGB value is (109,119,219). Sum of RGB (Red+Green+Blue) = 109+119+219=447 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.38% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D77DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D77DB is #928824. Grayscale: #7F7F7F. Windows color (decimal): -9603109 or 14382957. OLE color: 14382957.
HSL color Cylindrical-coordinate representation of color #6D77DB: hue angle of 234.55º 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 #6D77DB is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 119 | 219 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.14 |
| HSL | 234.55º | 0.6% | 0.64% | - |
| HSV(B) | 234.55º | 0.5% | 0.86% | - |
| XYZ | 25.69 | 21.56 | 69.83 | - |
| YUV | 127.41 | 179.69 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 219 | 0.50 | 0.46 | 0 | 0.14 | 234.55 | 0.6 | 0.64 |
| Hex | 6D | 77 | DB | 32 | 2E | 0 | E | EB | 3C | 40 |
| Octal | 155 | 167 | 333 | 62 | 56 | 0 | 16 | 353 | 74 | 100 |
| Binary | 1101101 | 1110111 | 11011011 | 110010 | 101110 | 0 | 1110 | 11101011 | 111100 | 1000000 |
Color Harmonies of #6D77DB
Complementary color
Monochromatic Colors of #6D77DB
Black with #6D77DB
Text Example
Text Example
White with #6D77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D77DB; }
p { color: rgb(109,119,219); }
H1.HeaderClassName
{
color: #6D77DB;
}
.AnyTagClassName
{
color: #6D77DB;
}
</style>
background-color css
<style>
a { background-color: #6D77DB; }
a { background-color: rgb(109,119,219); }
div.DivClassName
{
background-color: #6D77DB;
}
.BgClassName
{
background-color: #6D77DB;
}
</style>
border-color css
<style>
span { border-color: #6D77DB; }
span { border-color: rgb(109,119,219); }
td.TdClassName
{
border-color: #6D77DB;
}
.TagClassName
{
border-color: #6D77DB;
}
</style>