Shades of Medium Slate Blue #6A73DD
Tints of Medium Slate Blue #6A73DD
RGB
CMYK
RGB Variations
Color information
#6A73DD (or 0x6A73DD) is known color: Medium Slate Blue. HEX triplet: 6A, 73 and DD. RGB value is (106,115,221). Sum of RGB (Red+Green+Blue) = 106+115+221=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A73DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A73DD is #958C22. Grayscale: #7B7B7B. Windows color (decimal): -9800739 or 14513002. OLE color: 14513002.
HSL color Cylindrical-coordinate representation of color #6A73DD: hue angle of 235.3º 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 #6A73DD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 115 | 221 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.13 |
| HSL | 235.3º | 0.63% | 0.64% | - |
| HSV(B) | 235.3º | 0.52% | 0.87% | - |
| XYZ | 25.13 | 20.55 | 71.05 | - |
| YUV | 124.39 | 182.52 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 221 | 0.52 | 0.48 | 0 | 0.13 | 235.3 | 0.63 | 0.64 |
| Hex | 6A | 73 | DD | 34 | 30 | 0 | D | EB | 3F | 40 |
| Octal | 152 | 163 | 335 | 64 | 60 | 0 | 15 | 353 | 77 | 100 |
| Binary | 1101010 | 1110011 | 11011101 | 110100 | 110000 | 0 | 1101 | 11101011 | 111111 | 1000000 |
Color Harmonies of #6A73DD
Complementary color
Monochromatic Colors of #6A73DD
Black with #6A73DD
Text Example
Text Example
White with #6A73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A73DD; }
p { color: rgb(106,115,221); }
H1.HeaderClassName
{
color: #6A73DD;
}
.AnyTagClassName
{
color: #6A73DD;
}
</style>
background-color css
<style>
a { background-color: #6A73DD; }
a { background-color: rgb(106,115,221); }
div.DivClassName
{
background-color: #6A73DD;
}
.BgClassName
{
background-color: #6A73DD;
}
</style>
border-color css
<style>
span { border-color: #6A73DD; }
span { border-color: rgb(106,115,221); }
td.TdClassName
{
border-color: #6A73DD;
}
.TagClassName
{
border-color: #6A73DD;
}
</style>