Shades of Medium Slate Blue #6A55FF
Tints of Medium Slate Blue #6A55FF
RGB
CMYK
RGB Variations
Color information
#6A55FF (or 0x6A55FF) is known color: Medium Slate Blue. HEX triplet: 6A, 55 and FF. RGB value is (106,85,255). Sum of RGB (Red+Green+Blue) = 106+85+255=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #6A55FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A55FF is #95AA00. Grayscale: #6D6D6D. Windows color (decimal): -9808385 or 16733546. OLE color: 16733546.
HSL color Cylindrical-coordinate representation of color #6A55FF: hue angle of 247.41º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6A55FF is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 106 | 85 | 255 | - |
| CMYK | 0.58 | 0.67 | 0 | 0 |
| HSL | 247.41º | 1% | 0.67% | - |
| HSV(B) | 247.41º | 0.67% | 1% | - |
| XYZ | 27.24 | 16.78 | 96.41 | - |
| YUV | 110.66 | 209.46 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 85 | 255 | 0.58 | 0.67 | 0 | 0 | 247.41 | 1 | 0.67 |
| Hex | 6A | 55 | FF | 3A | 43 | 0 | 0 | F7 | 64 | 43 |
| Octal | 152 | 125 | 377 | 72 | 103 | 0 | 0 | 367 | 144 | 103 |
| Binary | 1101010 | 1010101 | 11111111 | 111010 | 1000011 | 0 | 0 | 11110111 | 1100100 | 1000011 |
Color Harmonies of #6A55FF
Complementary color
Monochromatic Colors of #6A55FF
Black with #6A55FF
Text Example
Text Example
White with #6A55FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A55FF; }
p { color: rgb(106,85,255); }
H1.HeaderClassName
{
color: #6A55FF;
}
.AnyTagClassName
{
color: #6A55FF;
}
</style>
background-color css
<style>
a { background-color: #6A55FF; }
a { background-color: rgb(106,85,255); }
div.DivClassName
{
background-color: #6A55FF;
}
.BgClassName
{
background-color: #6A55FF;
}
</style>
border-color css
<style>
span { border-color: #6A55FF; }
span { border-color: rgb(106,85,255); }
td.TdClassName
{
border-color: #6A55FF;
}
.TagClassName
{
border-color: #6A55FF;
}
</style>