Shades of Medium Slate Blue #6B71DD
Tints of Medium Slate Blue #6B71DD
RGB
CMYK
RGB Variations
Color information
#6B71DD (or 0x6B71DD) is known color: Medium Slate Blue. HEX triplet: 6B, 71 and DD. RGB value is (107,113,221). Sum of RGB (Red+Green+Blue) = 107+113+221=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 113 (44.53% from 255 or 25.62% 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 #6B71DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B71DD is #948E22. Grayscale: #7B7B7B. Windows color (decimal): -9735715 or 14512491. OLE color: 14512491.
HSL color Cylindrical-coordinate representation of color #6B71DD: hue angle of 236.84º 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 #6B71DD is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 113 | 221 | - |
| CMYK | 0.52 | 0.49 | 0 | 0.13 |
| HSL | 236.84º | 0.63% | 0.64% | - |
| HSV(B) | 236.84º | 0.52% | 0.87% | - |
| XYZ | 25.02 | 20.16 | 70.98 | - |
| YUV | 123.52 | 183.01 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 221 | 0.52 | 0.49 | 0 | 0.13 | 236.84 | 0.63 | 0.64 |
| Hex | 6B | 71 | DD | 34 | 31 | 0 | D | ED | 3F | 40 |
| Octal | 153 | 161 | 335 | 64 | 61 | 0 | 15 | 355 | 77 | 100 |
| Binary | 1101011 | 1110001 | 11011101 | 110100 | 110001 | 0 | 1101 | 11101101 | 111111 | 1000000 |
Color Harmonies of #6B71DD
Complementary color
Monochromatic Colors of #6B71DD
Black with #6B71DD
Text Example
Text Example
White with #6B71DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B71DD; }
p { color: rgb(107,113,221); }
H1.HeaderClassName
{
color: #6B71DD;
}
.AnyTagClassName
{
color: #6B71DD;
}
</style>
background-color css
<style>
a { background-color: #6B71DD; }
a { background-color: rgb(107,113,221); }
div.DivClassName
{
background-color: #6B71DD;
}
.BgClassName
{
background-color: #6B71DD;
}
</style>
border-color css
<style>
span { border-color: #6B71DD; }
span { border-color: rgb(107,113,221); }
td.TdClassName
{
border-color: #6B71DD;
}
.TagClassName
{
border-color: #6B71DD;
}
</style>