Shades of Medium Slate Blue #6A59FD
Tints of Medium Slate Blue #6A59FD
RGB
CMYK
RGB Variations
Color information
#6A59FD (or 0x6A59FD) is known color: Medium Slate Blue. HEX triplet: 6A, 59 and FD. RGB value is (106,89,253). Sum of RGB (Red+Green+Blue) = 106+89+253=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #6A59FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A59FD is #95A602. Grayscale: #707070. Windows color (decimal): -9807363 or 16603498. OLE color: 16603498.
HSL color Cylindrical-coordinate representation of color #6A59FD: hue angle of 246.22º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A59FD is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 106 | 89 | 253 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.01 |
| HSL | 246.22º | 0.98% | 0.67% | - |
| HSV(B) | 246.22º | 0.65% | 0.99% | - |
| XYZ | 27.25 | 17.3 | 94.83 | - |
| YUV | 112.78 | 207.13 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 89 | 253 | 0.58 | 0.65 | 0 | 0.01 | 246.22 | 0.98 | 0.67 |
| Hex | 6A | 59 | FD | 3A | 41 | 0 | 1 | F6 | 62 | 43 |
| Octal | 152 | 131 | 375 | 72 | 101 | 0 | 1 | 366 | 142 | 103 |
| Binary | 1101010 | 1011001 | 11111101 | 111010 | 1000001 | 0 | 1 | 11110110 | 1100010 | 1000011 |
Color Harmonies of #6A59FD
Complementary color
Monochromatic Colors of #6A59FD
Black with #6A59FD
Text Example
Text Example
White with #6A59FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A59FD; }
p { color: rgb(106,89,253); }
H1.HeaderClassName
{
color: #6A59FD;
}
.AnyTagClassName
{
color: #6A59FD;
}
</style>
background-color css
<style>
a { background-color: #6A59FD; }
a { background-color: rgb(106,89,253); }
div.DivClassName
{
background-color: #6A59FD;
}
.BgClassName
{
background-color: #6A59FD;
}
</style>
border-color css
<style>
span { border-color: #6A59FD; }
span { border-color: rgb(106,89,253); }
td.TdClassName
{
border-color: #6A59FD;
}
.TagClassName
{
border-color: #6A59FD;
}
</style>