Shades of Medium Slate Blue #6877DD
Tints of Medium Slate Blue #6877DD
RGB
CMYK
RGB Variations
Color information
#6877DD (or 0x6877DD) is known color: Medium Slate Blue. HEX triplet: 68, 77 and DD. RGB value is (104,119,221). Sum of RGB (Red+Green+Blue) = 104+119+221=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #6877DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6877DD is #978822. Grayscale: #7D7D7D. Windows color (decimal): -9930787 or 14514024. OLE color: 14514024.
HSL color Cylindrical-coordinate representation of color #6877DD: hue angle of 232.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6877DD is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 119 | 221 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.13 |
| HSL | 232.31º | 0.63% | 0.64% | - |
| HSV(B) | 232.31º | 0.53% | 0.87% | - |
| XYZ | 25.36 | 21.36 | 71.19 | - |
| YUV | 126.14 | 181.53 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 119 | 221 | 0.53 | 0.46 | 0 | 0.13 | 232.31 | 0.63 | 0.64 |
| Hex | 68 | 77 | DD | 35 | 2E | 0 | D | E8 | 3F | 40 |
| Octal | 150 | 167 | 335 | 65 | 56 | 0 | 15 | 350 | 77 | 100 |
| Binary | 1101000 | 1110111 | 11011101 | 110101 | 101110 | 0 | 1101 | 11101000 | 111111 | 1000000 |
Color Harmonies of #6877DD
Complementary color
Monochromatic Colors of #6877DD
Black with #6877DD
Text Example
Text Example
White with #6877DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6877DD; }
p { color: rgb(104,119,221); }
H1.HeaderClassName
{
color: #6877DD;
}
.AnyTagClassName
{
color: #6877DD;
}
</style>
background-color css
<style>
a { background-color: #6877DD; }
a { background-color: rgb(104,119,221); }
div.DivClassName
{
background-color: #6877DD;
}
.BgClassName
{
background-color: #6877DD;
}
</style>
border-color css
<style>
span { border-color: #6877DD; }
span { border-color: rgb(104,119,221); }
td.TdClassName
{
border-color: #6877DD;
}
.TagClassName
{
border-color: #6877DD;
}
</style>