Shades of Medium Slate Blue #6A58F1
Tints of Medium Slate Blue #6A58F1
RGB
CMYK
RGB Variations
Color information
#6A58F1 (or 0x6A58F1) is known color: Medium Slate Blue. HEX triplet: 6A, 58 and F1. RGB value is (106,88,241). Sum of RGB (Red+Green+Blue) = 106+88+241=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 88 (34.77% from 255 or 20.23% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #6A58F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A58F1 is #95A70E. Grayscale: #6E6E6E. Windows color (decimal): -9807631 or 15816810. OLE color: 15816810.
HSL color Cylindrical-coordinate representation of color #6A58F1: hue angle of 247.06º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A58F1 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 106 | 88 | 241 | - |
| CMYK | 0.56 | 0.63 | 0 | 0.05 |
| HSL | 247.06º | 0.85% | 0.65% | - |
| HSV(B) | 247.06º | 0.63% | 0.95% | - |
| XYZ | 25.31 | 16.39 | 85.05 | - |
| YUV | 110.82 | 201.46 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 88 | 241 | 0.56 | 0.63 | 0 | 0.05 | 247.06 | 0.85 | 0.65 |
| Hex | 6A | 58 | F1 | 38 | 3F | 0 | 5 | F7 | 55 | 41 |
| Octal | 152 | 130 | 361 | 70 | 77 | 0 | 5 | 367 | 125 | 101 |
| Binary | 1101010 | 1011000 | 11110001 | 111000 | 111111 | 0 | 101 | 11110111 | 1010101 | 1000001 |
Color Harmonies of #6A58F1
Complementary color
Monochromatic Colors of #6A58F1
Black with #6A58F1
Text Example
Text Example
White with #6A58F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A58F1; }
p { color: rgb(106,88,241); }
H1.HeaderClassName
{
color: #6A58F1;
}
.AnyTagClassName
{
color: #6A58F1;
}
</style>
background-color css
<style>
a { background-color: #6A58F1; }
a { background-color: rgb(106,88,241); }
div.DivClassName
{
background-color: #6A58F1;
}
.BgClassName
{
background-color: #6A58F1;
}
</style>
border-color css
<style>
span { border-color: #6A58F1; }
span { border-color: rgb(106,88,241); }
td.TdClassName
{
border-color: #6A58F1;
}
.TagClassName
{
border-color: #6A58F1;
}
</style>