Shades of Medium Slate Blue #6D6AFB
Tints of Medium Slate Blue #6D6AFB
RGB
CMYK
RGB Variations
Color information
#6D6AFB (or 0x6D6AFB) is known color: Medium Slate Blue. HEX triplet: 6D, 6A and FB. RGB value is (109,106,251). Sum of RGB (Red+Green+Blue) = 109+106+251=466 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.39% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #6D6AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6AFB is #929504. Grayscale: #7A7A7A. Windows color (decimal): -9606405 or 16476781. OLE color: 16476781.
HSL color Cylindrical-coordinate representation of color #6D6AFB: hue angle of 241.24º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D6AFB is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 109 | 106 | 251 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.02 |
| HSL | 241.24º | 0.95% | 0.7% | - |
| HSV(B) | 241.24º | 0.58% | 0.98% | - |
| XYZ | 28.87 | 20.52 | 93.71 | - |
| YUV | 123.43 | 199.99 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 106 | 251 | 0.57 | 0.58 | 0 | 0.02 | 241.24 | 0.95 | 0.7 |
| Hex | 6D | 6A | FB | 39 | 3A | 0 | 2 | F1 | 5F | 46 |
| Octal | 155 | 152 | 373 | 71 | 72 | 0 | 2 | 361 | 137 | 106 |
| Binary | 1101101 | 1101010 | 11111011 | 111001 | 111010 | 0 | 10 | 11110001 | 1011111 | 1000110 |
Color Harmonies of #6D6AFB
Complementary color
Monochromatic Colors of #6D6AFB
Black with #6D6AFB
Text Example
Text Example
White with #6D6AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6AFB; }
p { color: rgb(109,106,251); }
H1.HeaderClassName
{
color: #6D6AFB;
}
.AnyTagClassName
{
color: #6D6AFB;
}
</style>
background-color css
<style>
a { background-color: #6D6AFB; }
a { background-color: rgb(109,106,251); }
div.DivClassName
{
background-color: #6D6AFB;
}
.BgClassName
{
background-color: #6D6AFB;
}
</style>
border-color css
<style>
span { border-color: #6D6AFB; }
span { border-color: rgb(109,106,251); }
td.TdClassName
{
border-color: #6D6AFB;
}
.TagClassName
{
border-color: #6D6AFB;
}
</style>