Shades of Medium Slate Blue #6B73DD
Tints of Medium Slate Blue #6B73DD
RGB
CMYK
RGB Variations
Color information
#6B73DD (or 0x6B73DD) is known color: Medium Slate Blue. HEX triplet: 6B, 73 and DD. RGB value is (107,115,221). Sum of RGB (Red+Green+Blue) = 107+115+221=443 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.15% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B73DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B73DD is #948C22. Grayscale: #7C7C7C. Windows color (decimal): -9735203 or 14513003. OLE color: 14513003.
HSL color Cylindrical-coordinate representation of color #6B73DD: hue angle of 235.79º 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 #6B73DD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 115 | 221 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.13 |
| HSL | 235.79º | 0.63% | 0.64% | - |
| HSV(B) | 235.79º | 0.52% | 0.87% | - |
| XYZ | 25.25 | 20.61 | 71.05 | - |
| YUV | 124.69 | 182.35 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 221 | 0.52 | 0.48 | 0 | 0.13 | 235.79 | 0.63 | 0.64 |
| Hex | 6B | 73 | DD | 34 | 30 | 0 | D | EC | 3F | 40 |
| Octal | 153 | 163 | 335 | 64 | 60 | 0 | 15 | 354 | 77 | 100 |
| Binary | 1101011 | 1110011 | 11011101 | 110100 | 110000 | 0 | 1101 | 11101100 | 111111 | 1000000 |
Color Harmonies of #6B73DD
Complementary color
Monochromatic Colors of #6B73DD
Black with #6B73DD
Text Example
Text Example
White with #6B73DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B73DD; }
p { color: rgb(107,115,221); }
H1.HeaderClassName
{
color: #6B73DD;
}
.AnyTagClassName
{
color: #6B73DD;
}
</style>
background-color css
<style>
a { background-color: #6B73DD; }
a { background-color: rgb(107,115,221); }
div.DivClassName
{
background-color: #6B73DD;
}
.BgClassName
{
background-color: #6B73DD;
}
</style>
border-color css
<style>
span { border-color: #6B73DD; }
span { border-color: rgb(107,115,221); }
td.TdClassName
{
border-color: #6B73DD;
}
.TagClassName
{
border-color: #6B73DD;
}
</style>