Shades of Medium Slate Blue #6D6CFD
Tints of Medium Slate Blue #6D6CFD
RGB
CMYK
RGB Variations
Color information
#6D6CFD (or 0x6D6CFD) is known color: Medium Slate Blue. HEX triplet: 6D, 6C and FD. RGB value is (109,108,253). Sum of RGB (Red+Green+Blue) = 109+108+253=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D6CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6CFD is #929302. Grayscale: #7C7C7C. Windows color (decimal): -9605891 or 16608365. OLE color: 16608365.
HSL color Cylindrical-coordinate representation of color #6D6CFD: hue angle of 240.41º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D6CFD is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 108 | 253 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.01 |
| HSL | 240.41º | 0.97% | 0.71% | - |
| HSV(B) | 240.41º | 0.57% | 0.99% | - |
| XYZ | 29.4 | 21.07 | 95.45 | - |
| YUV | 124.83 | 200.33 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 108 | 253 | 0.57 | 0.57 | 0 | 0.01 | 240.41 | 0.97 | 0.71 |
| Hex | 6D | 6C | FD | 39 | 39 | 0 | 1 | F0 | 61 | 47 |
| Octal | 155 | 154 | 375 | 71 | 71 | 0 | 1 | 360 | 141 | 107 |
| Binary | 1101101 | 1101100 | 11111101 | 111001 | 111001 | 0 | 1 | 11110000 | 1100001 | 1000111 |
Color Harmonies of #6D6CFD
Complementary color
Monochromatic Colors of #6D6CFD
Black with #6D6CFD
Text Example
Text Example
White with #6D6CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6CFD; }
p { color: rgb(109,108,253); }
H1.HeaderClassName
{
color: #6D6CFD;
}
.AnyTagClassName
{
color: #6D6CFD;
}
</style>
background-color css
<style>
a { background-color: #6D6CFD; }
a { background-color: rgb(109,108,253); }
div.DivClassName
{
background-color: #6D6CFD;
}
.BgClassName
{
background-color: #6D6CFD;
}
</style>
border-color css
<style>
span { border-color: #6D6CFD; }
span { border-color: rgb(109,108,253); }
td.TdClassName
{
border-color: #6D6CFD;
}
.TagClassName
{
border-color: #6D6CFD;
}
</style>