Shades of Medium Slate Blue #6C6DFF
Tints of Medium Slate Blue #6C6DFF
RGB
CMYK
RGB Variations
Color information
#6C6DFF (or 0x6C6DFF) is known color: Medium Slate Blue. HEX triplet: 6C, 6D and FF. RGB value is (108,109,255). Sum of RGB (Red+Green+Blue) = 108+109+255=472 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.88% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C6DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6DFF is #939200. Grayscale: #7C7C7C. Windows color (decimal): -9671169 or 16739692. OLE color: 16739692.
HSL color Cylindrical-coordinate representation of color #6C6DFF: hue angle of 239.59º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C6DFF is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 108 | 109 | 255 | - |
| CMYK | 0.58 | 0.57 | 0 | 0 |
| HSL | 239.59º | 1% | 0.71% | - |
| HSV(B) | 239.59º | 0.58% | 1% | - |
| XYZ | 29.7 | 21.35 | 97.16 | - |
| YUV | 125.35 | 201.17 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 255 | 0.58 | 0.57 | 0 | 0 | 239.59 | 1 | 0.71 |
| Hex | 6C | 6D | FF | 3A | 39 | 0 | 0 | F0 | 64 | 47 |
| Octal | 154 | 155 | 377 | 72 | 71 | 0 | 0 | 360 | 144 | 107 |
| Binary | 1101100 | 1101101 | 11111111 | 111010 | 111001 | 0 | 0 | 11110000 | 1100100 | 1000111 |
Color Harmonies of #6C6DFF
Complementary color
Monochromatic Colors of #6C6DFF
Black with #6C6DFF
Text Example
Text Example
White with #6C6DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6DFF; }
p { color: rgb(108,109,255); }
H1.HeaderClassName
{
color: #6C6DFF;
}
.AnyTagClassName
{
color: #6C6DFF;
}
</style>
background-color css
<style>
a { background-color: #6C6DFF; }
a { background-color: rgb(108,109,255); }
div.DivClassName
{
background-color: #6C6DFF;
}
.BgClassName
{
background-color: #6C6DFF;
}
</style>
border-color css
<style>
span { border-color: #6C6DFF; }
span { border-color: rgb(108,109,255); }
td.TdClassName
{
border-color: #6C6DFF;
}
.TagClassName
{
border-color: #6C6DFF;
}
</style>