Shades of Medium Slate Blue #6973DD
Tints of Medium Slate Blue #6973DD
RGB
CMYK
RGB Variations
Color information
#6973DD (or 0x6973DD) is known color: Medium Slate Blue. HEX triplet: 69, 73 and DD. RGB value is (105,115,221). Sum of RGB (Red+Green+Blue) = 105+115+221=441 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.81% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #6973DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6973DD is #968C22. Grayscale: #7B7B7B. Windows color (decimal): -9866275 or 14513001. OLE color: 14513001.
HSL color Cylindrical-coordinate representation of color #6973DD: hue angle of 234.83º 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 #6973DD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 115 | 221 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.13 |
| HSL | 234.83º | 0.63% | 0.64% | - |
| HSV(B) | 234.83º | 0.52% | 0.87% | - |
| XYZ | 25.01 | 20.49 | 71.04 | - |
| YUV | 124.09 | 182.69 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 221 | 0.52 | 0.48 | 0 | 0.13 | 234.83 | 0.63 | 0.64 |
| Hex | 69 | 73 | DD | 34 | 30 | 0 | D | EB | 3F | 40 |
| Octal | 151 | 163 | 335 | 64 | 60 | 0 | 15 | 353 | 77 | 100 |
| Binary | 1101001 | 1110011 | 11011101 | 110100 | 110000 | 0 | 1101 | 11101011 | 111111 | 1000000 |
Color Harmonies of #6973DD
Complementary color
Monochromatic Colors of #6973DD
Black with #6973DD
Text Example
Text Example
White with #6973DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6973DD; }
p { color: rgb(105,115,221); }
H1.HeaderClassName
{
color: #6973DD;
}
.AnyTagClassName
{
color: #6973DD;
}
</style>
background-color css
<style>
a { background-color: #6973DD; }
a { background-color: rgb(105,115,221); }
div.DivClassName
{
background-color: #6973DD;
}
.BgClassName
{
background-color: #6973DD;
}
</style>
border-color css
<style>
span { border-color: #6973DD; }
span { border-color: rgb(105,115,221); }
td.TdClassName
{
border-color: #6973DD;
}
.TagClassName
{
border-color: #6973DD;
}
</style>