Shades of Medium Slate Blue #6B6FDD
Tints of Medium Slate Blue #6B6FDD
RGB
CMYK
RGB Variations
Color information
#6B6FDD (or 0x6B6FDD) is known color: Medium Slate Blue. HEX triplet: 6B, 6F and DD. RGB value is (107,111,221). Sum of RGB (Red+Green+Blue) = 107+111+221=439 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.37% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #6B6FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6FDD is #949022. Grayscale: #797979. Windows color (decimal): -9736227 or 14511979. OLE color: 14511979.
HSL color Cylindrical-coordinate representation of color #6B6FDD: hue angle of 237.89º 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 #6B6FDD is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 111 | 221 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.13 |
| HSL | 237.89º | 0.63% | 0.64% | - |
| HSV(B) | 237.89º | 0.52% | 0.87% | - |
| XYZ | 24.8 | 19.72 | 70.9 | - |
| YUV | 122.34 | 183.67 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 221 | 0.52 | 0.50 | 0 | 0.13 | 237.89 | 0.63 | 0.64 |
| Hex | 6B | 6F | DD | 34 | 32 | 0 | D | EE | 3F | 40 |
| Octal | 153 | 157 | 335 | 64 | 62 | 0 | 15 | 356 | 77 | 100 |
| Binary | 1101011 | 1101111 | 11011101 | 110100 | 110010 | 0 | 1101 | 11101110 | 111111 | 1000000 |
Color Harmonies of #6B6FDD
Complementary color
Monochromatic Colors of #6B6FDD
Black with #6B6FDD
Text Example
Text Example
White with #6B6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6FDD; }
p { color: rgb(107,111,221); }
H1.HeaderClassName
{
color: #6B6FDD;
}
.AnyTagClassName
{
color: #6B6FDD;
}
</style>
background-color css
<style>
a { background-color: #6B6FDD; }
a { background-color: rgb(107,111,221); }
div.DivClassName
{
background-color: #6B6FDD;
}
.BgClassName
{
background-color: #6B6FDD;
}
</style>
border-color css
<style>
span { border-color: #6B6FDD; }
span { border-color: rgb(107,111,221); }
td.TdClassName
{
border-color: #6B6FDD;
}
.TagClassName
{
border-color: #6B6FDD;
}
</style>