Shades of Medium Slate Blue #6871DD
Tints of Medium Slate Blue #6871DD
RGB
CMYK
RGB Variations
Color information
#6871DD (or 0x6871DD) is known color: Medium Slate Blue. HEX triplet: 68, 71 and DD. RGB value is (104,113,221). Sum of RGB (Red+Green+Blue) = 104+113+221=438 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.74% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #6871DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6871DD is #978E22. Grayscale: #7A7A7A. Windows color (decimal): -9932323 or 14512488. OLE color: 14512488.
HSL color Cylindrical-coordinate representation of color #6871DD: hue angle of 235.38º 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 #6871DD is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 113 | 221 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.13 |
| HSL | 235.38º | 0.63% | 0.64% | - |
| HSV(B) | 235.38º | 0.53% | 0.87% | - |
| XYZ | 24.67 | 19.97 | 70.96 | - |
| YUV | 122.62 | 183.52 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 221 | 0.53 | 0.49 | 0 | 0.13 | 235.38 | 0.63 | 0.64 |
| Hex | 68 | 71 | DD | 35 | 31 | 0 | D | EB | 3F | 40 |
| Octal | 150 | 161 | 335 | 65 | 61 | 0 | 15 | 353 | 77 | 100 |
| Binary | 1101000 | 1110001 | 11011101 | 110101 | 110001 | 0 | 1101 | 11101011 | 111111 | 1000000 |
Color Harmonies of #6871DD
Complementary color
Monochromatic Colors of #6871DD
Black with #6871DD
Text Example
Text Example
White with #6871DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6871DD; }
p { color: rgb(104,113,221); }
H1.HeaderClassName
{
color: #6871DD;
}
.AnyTagClassName
{
color: #6871DD;
}
</style>
background-color css
<style>
a { background-color: #6871DD; }
a { background-color: rgb(104,113,221); }
div.DivClassName
{
background-color: #6871DD;
}
.BgClassName
{
background-color: #6871DD;
}
</style>
border-color css
<style>
span { border-color: #6871DD; }
span { border-color: rgb(104,113,221); }
td.TdClassName
{
border-color: #6871DD;
}
.TagClassName
{
border-color: #6871DD;
}
</style>