Shades of Medium Slate Blue #6C6BDF
Tints of Medium Slate Blue #6C6BDF
RGB
CMYK
RGB Variations
Color information
#6C6BDF (or 0x6C6BDF) is known color: Medium Slate Blue. HEX triplet: 6C, 6B and DF. RGB value is (108,107,223). Sum of RGB (Red+Green+Blue) = 108+107+223=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C6BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6BDF is #939420. Grayscale: #787878. Windows color (decimal): -9671713 or 14642028. OLE color: 14642028.
HSL color Cylindrical-coordinate representation of color #6C6BDF: hue angle of 240.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C6BDF is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 107 | 223 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.13 |
| HSL | 240.52º | 0.64% | 0.65% | - |
| HSV(B) | 240.52º | 0.52% | 0.87% | - |
| XYZ | 24.76 | 19.03 | 72.18 | - |
| YUV | 120.52 | 185.83 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 107 | 223 | 0.52 | 0.52 | 0 | 0.13 | 240.52 | 0.64 | 0.65 |
| Hex | 6C | 6B | DF | 34 | 34 | 0 | D | F1 | 40 | 41 |
| Octal | 154 | 153 | 337 | 64 | 64 | 0 | 15 | 361 | 100 | 101 |
| Binary | 1101100 | 1101011 | 11011111 | 110100 | 110100 | 0 | 1101 | 11110001 | 1000000 | 1000001 |
Color Harmonies of #6C6BDF
Complementary color
Monochromatic Colors of #6C6BDF
Black with #6C6BDF
Text Example
Text Example
White with #6C6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6BDF; }
p { color: rgb(108,107,223); }
H1.HeaderClassName
{
color: #6C6BDF;
}
.AnyTagClassName
{
color: #6C6BDF;
}
</style>
background-color css
<style>
a { background-color: #6C6BDF; }
a { background-color: rgb(108,107,223); }
div.DivClassName
{
background-color: #6C6BDF;
}
.BgClassName
{
background-color: #6C6BDF;
}
</style>
border-color css
<style>
span { border-color: #6C6BDF; }
span { border-color: rgb(108,107,223); }
td.TdClassName
{
border-color: #6C6BDF;
}
.TagClassName
{
border-color: #6C6BDF;
}
</style>