Shades of Medium Slate Blue #6B72DD
Tints of Medium Slate Blue #6B72DD
RGB
CMYK
RGB Variations
Color information
#6B72DD (or 0x6B72DD) is known color: Medium Slate Blue. HEX triplet: 6B, 72 and DD. RGB value is (107,114,221). Sum of RGB (Red+Green+Blue) = 107+114+221=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 114 (44.92% from 255 or 25.79% 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 #6B72DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B72DD is #948D22. Grayscale: #7B7B7B. Windows color (decimal): -9735459 or 14512747. OLE color: 14512747.
HSL color Cylindrical-coordinate representation of color #6B72DD: hue angle of 236.32º 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 #6B72DD is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 114 | 221 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.13 |
| HSL | 236.32º | 0.63% | 0.64% | - |
| HSV(B) | 236.32º | 0.52% | 0.87% | - |
| XYZ | 25.13 | 20.38 | 71.02 | - |
| YUV | 124.11 | 182.68 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 221 | 0.52 | 0.48 | 0 | 0.13 | 236.32 | 0.63 | 0.64 |
| Hex | 6B | 72 | DD | 34 | 30 | 0 | D | EC | 3F | 40 |
| Octal | 153 | 162 | 335 | 64 | 60 | 0 | 15 | 354 | 77 | 100 |
| Binary | 1101011 | 1110010 | 11011101 | 110100 | 110000 | 0 | 1101 | 11101100 | 111111 | 1000000 |
Color Harmonies of #6B72DD
Complementary color
Monochromatic Colors of #6B72DD
Black with #6B72DD
Text Example
Text Example
White with #6B72DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B72DD; }
p { color: rgb(107,114,221); }
H1.HeaderClassName
{
color: #6B72DD;
}
.AnyTagClassName
{
color: #6B72DD;
}
</style>
background-color css
<style>
a { background-color: #6B72DD; }
a { background-color: rgb(107,114,221); }
div.DivClassName
{
background-color: #6B72DD;
}
.BgClassName
{
background-color: #6B72DD;
}
</style>
border-color css
<style>
span { border-color: #6B72DD; }
span { border-color: rgb(107,114,221); }
td.TdClassName
{
border-color: #6B72DD;
}
.TagClassName
{
border-color: #6B72DD;
}
</style>