Shades of Medium Slate Blue #6971DD
Tints of Medium Slate Blue #6971DD
RGB
CMYK
RGB Variations
Color information
#6971DD (or 0x6971DD) is known color: Medium Slate Blue. HEX triplet: 69, 71 and DD. RGB value is (105,113,221). Sum of RGB (Red+Green+Blue) = 105+113+221=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 113 (44.53% from 255 or 25.74% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #6971DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6971DD is #968E22. Grayscale: #7A7A7A. Windows color (decimal): -9866787 or 14512489. OLE color: 14512489.
HSL color Cylindrical-coordinate representation of color #6971DD: hue angle of 235.86º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6971DD is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 113 | 221 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.13 |
| HSL | 235.86º | 0.63% | 0.64% | - |
| HSV(B) | 235.86º | 0.52% | 0.87% | - |
| XYZ | 24.78 | 20.03 | 70.97 | - |
| YUV | 122.92 | 183.35 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 221 | 0.52 | 0.49 | 0 | 0.13 | 235.86 | 0.63 | 0.64 |
| Hex | 69 | 71 | DD | 34 | 31 | 0 | D | EC | 3F | 40 |
| Octal | 151 | 161 | 335 | 64 | 61 | 0 | 15 | 354 | 77 | 100 |
| Binary | 1101001 | 1110001 | 11011101 | 110100 | 110001 | 0 | 1101 | 11101100 | 111111 | 1000000 |
Color Harmonies of #6971DD
Complementary color
Monochromatic Colors of #6971DD
Black with #6971DD
Text Example
Text Example
White with #6971DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6971DD; }
p { color: rgb(105,113,221); }
H1.HeaderClassName
{
color: #6971DD;
}
.AnyTagClassName
{
color: #6971DD;
}
</style>
background-color css
<style>
a { background-color: #6971DD; }
a { background-color: rgb(105,113,221); }
div.DivClassName
{
background-color: #6971DD;
}
.BgClassName
{
background-color: #6971DD;
}
</style>
border-color css
<style>
span { border-color: #6971DD; }
span { border-color: rgb(105,113,221); }
td.TdClassName
{
border-color: #6971DD;
}
.TagClassName
{
border-color: #6971DD;
}
</style>