Shades of Medium Slate Blue #6877DB
Tints of Medium Slate Blue #6877DB
RGB
CMYK
RGB Variations
Color information
#6877DB (or 0x6877DB) is known color: Medium Slate Blue. HEX triplet: 68, 77 and DB. RGB value is (104,119,219). Sum of RGB (Red+Green+Blue) = 104+119+219=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #6877DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877DB is #978824. Grayscale: #7D7D7D. Windows color (decimal): -9930789 or 14382952. OLE color: 14382952.
HSL color Cylindrical-coordinate representation of color #6877DB: hue angle of 232.17º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6877DB is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 119 | 219 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.14 |
| HSL | 232.17º | 0.61% | 0.63% | - |
| HSV(B) | 232.17º | 0.53% | 0.86% | - |
| XYZ | 25.09 | 21.25 | 69.8 | - |
| YUV | 125.92 | 180.53 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 219 | 0.53 | 0.46 | 0 | 0.14 | 232.17 | 0.61 | 0.63 |
| Hex | 68 | 77 | DB | 35 | 2E | 0 | E | E8 | 3D | 3F |
| Octal | 150 | 167 | 333 | 65 | 56 | 0 | 16 | 350 | 75 | 77 |
| Binary | 1101000 | 1110111 | 11011011 | 110101 | 101110 | 0 | 1110 | 11101000 | 111101 | 111111 |
Color Harmonies of #6877DB
Complementary color
Monochromatic Colors of #6877DB
Black with #6877DB
Text Example
Text Example
White with #6877DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6877DB; }
p { color: rgb(104,119,219); }
H1.HeaderClassName
{
color: #6877DB;
}
.AnyTagClassName
{
color: #6877DB;
}
</style>
background-color css
<style>
a { background-color: #6877DB; }
a { background-color: rgb(104,119,219); }
div.DivClassName
{
background-color: #6877DB;
}
.BgClassName
{
background-color: #6877DB;
}
</style>
border-color css
<style>
span { border-color: #6877DB; }
span { border-color: rgb(104,119,219); }
td.TdClassName
{
border-color: #6877DB;
}
.TagClassName
{
border-color: #6877DB;
}
</style>