Shades of Medium Slate Blue #6D78DB
Tints of Medium Slate Blue #6D78DB
RGB
CMYK
RGB Variations
Color information
#6D78DB (or 0x6D78DB) is known color: Medium Slate Blue. HEX triplet: 6D, 78 and DB. RGB value is (109,120,219). Sum of RGB (Red+Green+Blue) = 109+120+219=448 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.33% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D78DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D78DB is #928724. Grayscale: #7F7F7F. Windows color (decimal): -9602853 or 14383213. OLE color: 14383213.
HSL color Cylindrical-coordinate representation of color #6D78DB: hue angle of 234º 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 #6D78DB is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 109 | 120 | 219 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.14 |
| HSL | 234º | 0.6% | 0.64% | - |
| HSV(B) | 234º | 0.5% | 0.86% | - |
| XYZ | 25.81 | 21.8 | 69.87 | - |
| YUV | 128 | 179.36 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 120 | 219 | 0.50 | 0.45 | 0 | 0.14 | 234 | 0.6 | 0.64 |
| Hex | 6D | 78 | DB | 32 | 2D | 0 | E | EA | 3C | 40 |
| Octal | 155 | 170 | 333 | 62 | 55 | 0 | 16 | 352 | 74 | 100 |
| Binary | 1101101 | 1111000 | 11011011 | 110010 | 101101 | 0 | 1110 | 11101010 | 111100 | 1000000 |
Color Harmonies of #6D78DB
Complementary color
Monochromatic Colors of #6D78DB
Black with #6D78DB
Text Example
Text Example
White with #6D78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D78DB; }
p { color: rgb(109,120,219); }
H1.HeaderClassName
{
color: #6D78DB;
}
.AnyTagClassName
{
color: #6D78DB;
}
</style>
background-color css
<style>
a { background-color: #6D78DB; }
a { background-color: rgb(109,120,219); }
div.DivClassName
{
background-color: #6D78DB;
}
.BgClassName
{
background-color: #6D78DB;
}
</style>
border-color css
<style>
span { border-color: #6D78DB; }
span { border-color: rgb(109,120,219); }
td.TdClassName
{
border-color: #6D78DB;
}
.TagClassName
{
border-color: #6D78DB;
}
</style>