Shades of Medium Slate Blue #6D4AF1
Tints of Medium Slate Blue #6D4AF1
RGB
CMYK
RGB Variations
Color information
#6D4AF1 (or 0x6D4AF1) is known color: Medium Slate Blue. HEX triplet: 6D, 4A and F1. RGB value is (109,74,241). Sum of RGB (Red+Green+Blue) = 109+74+241=424 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.71% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 241 (94.53% from 255 or 56.84% from 424); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D4AF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AF1 is #92B50E. Grayscale: #666666. Windows color (decimal): -9614607 or 15813229. OLE color: 15813229.
HSL color Cylindrical-coordinate representation of color #6D4AF1: hue angle of 252.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D4AF1 is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 109 | 74 | 241 | - |
| CMYK | 0.55 | 0.69 | 0 | 0.05 |
| HSL | 252.57º | 0.86% | 0.62% | - |
| HSV(B) | 252.57º | 0.69% | 0.95% | - |
| XYZ | 24.63 | 14.5 | 84.72 | - |
| YUV | 103.5 | 205.6 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 241 | 0.55 | 0.69 | 0 | 0.05 | 252.57 | 0.86 | 0.62 |
| Hex | 6D | 4A | F1 | 37 | 45 | 0 | 5 | FD | 56 | 3E |
| Octal | 155 | 112 | 361 | 67 | 105 | 0 | 5 | 375 | 126 | 76 |
| Binary | 1101101 | 1001010 | 11110001 | 110111 | 1000101 | 0 | 101 | 11111101 | 1010110 | 111110 |
Color Harmonies of #6D4AF1
Complementary color
Monochromatic Colors of #6D4AF1
Black with #6D4AF1
Text Example
Text Example
White with #6D4AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4AF1; }
p { color: rgb(109,74,241); }
H1.HeaderClassName
{
color: #6D4AF1;
}
.AnyTagClassName
{
color: #6D4AF1;
}
</style>
background-color css
<style>
a { background-color: #6D4AF1; }
a { background-color: rgb(109,74,241); }
div.DivClassName
{
background-color: #6D4AF1;
}
.BgClassName
{
background-color: #6D4AF1;
}
</style>
border-color css
<style>
span { border-color: #6D4AF1; }
span { border-color: rgb(109,74,241); }
td.TdClassName
{
border-color: #6D4AF1;
}
.TagClassName
{
border-color: #6D4AF1;
}
</style>