Shades of Medium Slate Blue #6A60F6
Tints of Medium Slate Blue #6A60F6
RGB
CMYK
RGB Variations
Color information
#6A60F6 (or 0x6A60F6) is known color: Medium Slate Blue. HEX triplet: 6A, 60 and F6. RGB value is (106,96,246). Sum of RGB (Red+Green+Blue) = 106+96+246=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #6A60F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A60F6 is #959F09. Grayscale: #737373. Windows color (decimal): -9805578 or 16146538. OLE color: 16146538.
HSL color Cylindrical-coordinate representation of color #6A60F6: hue angle of 244º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A60F6 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 106 | 96 | 246 | - |
| CMYK | 0.57 | 0.61 | 0 | 0.04 |
| HSL | 244º | 0.89% | 0.67% | - |
| HSV(B) | 244º | 0.61% | 0.96% | - |
| XYZ | 26.76 | 18.08 | 89.27 | - |
| YUV | 116.09 | 201.31 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 246 | 0.57 | 0.61 | 0 | 0.04 | 244 | 0.89 | 0.67 |
| Hex | 6A | 60 | F6 | 39 | 3D | 0 | 4 | F4 | 59 | 43 |
| Octal | 152 | 140 | 366 | 71 | 75 | 0 | 4 | 364 | 131 | 103 |
| Binary | 1101010 | 1100000 | 11110110 | 111001 | 111101 | 0 | 100 | 11110100 | 1011001 | 1000011 |
Color Harmonies of #6A60F6
Complementary color
Monochromatic Colors of #6A60F6
Black with #6A60F6
Text Example
Text Example
White with #6A60F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A60F6; }
p { color: rgb(106,96,246); }
H1.HeaderClassName
{
color: #6A60F6;
}
.AnyTagClassName
{
color: #6A60F6;
}
</style>
background-color css
<style>
a { background-color: #6A60F6; }
a { background-color: rgb(106,96,246); }
div.DivClassName
{
background-color: #6A60F6;
}
.BgClassName
{
background-color: #6A60F6;
}
</style>
border-color css
<style>
span { border-color: #6A60F6; }
span { border-color: rgb(106,96,246); }
td.TdClassName
{
border-color: #6A60F6;
}
.TagClassName
{
border-color: #6A60F6;
}
</style>