Shades of Medium Slate Blue #6D6BFD
Tints of Medium Slate Blue #6D6BFD
RGB
CMYK
RGB Variations
Color information
#6D6BFD (or 0x6D6BFD) is known color: Medium Slate Blue. HEX triplet: 6D, 6B and FD. RGB value is (109,107,253). Sum of RGB (Red+Green+Blue) = 109+107+253=469 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.24% from 469); Green value is 107 (42.19% from 255 or 22.81% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D6BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6BFD is #929402. Grayscale: #7B7B7B. Windows color (decimal): -9606147 or 16608109. OLE color: 16608109.
HSL color Cylindrical-coordinate representation of color #6D6BFD: hue angle of 240.82º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D6BFD is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 109 | 107 | 253 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.01 |
| HSL | 240.82º | 0.97% | 0.71% | - |
| HSV(B) | 240.82º | 0.58% | 0.99% | - |
| XYZ | 29.29 | 20.86 | 95.41 | - |
| YUV | 124.24 | 200.66 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 107 | 253 | 0.57 | 0.58 | 0 | 0.01 | 240.82 | 0.97 | 0.71 |
| Hex | 6D | 6B | FD | 39 | 3A | 0 | 1 | F1 | 61 | 47 |
| Octal | 155 | 153 | 375 | 71 | 72 | 0 | 1 | 361 | 141 | 107 |
| Binary | 1101101 | 1101011 | 11111101 | 111001 | 111010 | 0 | 1 | 11110001 | 1100001 | 1000111 |
Color Harmonies of #6D6BFD
Complementary color
Monochromatic Colors of #6D6BFD
Black with #6D6BFD
Text Example
Text Example
White with #6D6BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6BFD; }
p { color: rgb(109,107,253); }
H1.HeaderClassName
{
color: #6D6BFD;
}
.AnyTagClassName
{
color: #6D6BFD;
}
</style>
background-color css
<style>
a { background-color: #6D6BFD; }
a { background-color: rgb(109,107,253); }
div.DivClassName
{
background-color: #6D6BFD;
}
.BgClassName
{
background-color: #6D6BFD;
}
</style>
border-color css
<style>
span { border-color: #6D6BFD; }
span { border-color: rgb(109,107,253); }
td.TdClassName
{
border-color: #6D6BFD;
}
.TagClassName
{
border-color: #6D6BFD;
}
</style>