Shades of Slate Blue #6A57CE
Tints of Slate Blue #6A57CE
RGB
CMYK
RGB Variations
Color information
#6A57CE (or 0x6A57CE) is known color: Slate Blue. HEX triplet: 6A, 57 and CE. RGB value is (106,87,206). Sum of RGB (Red+Green+Blue) = 106+87+206=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #6A57CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A57CE is #95A831. Grayscale: #696969. Windows color (decimal): -9807922 or 13522794. OLE color: 13522794.
HSL color Cylindrical-coordinate representation of color #6A57CE: hue angle of 249.58º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A57CE is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 87 | 206 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.19 |
| HSL | 249.58º | 0.55% | 0.57% | - |
| HSV(B) | 249.58º | 0.58% | 0.81% | - |
| XYZ | 20.49 | 14.34 | 60.08 | - |
| YUV | 106.25 | 184.29 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 87 | 206 | 0.49 | 0.58 | 0 | 0.19 | 249.58 | 0.55 | 0.57 |
| Hex | 6A | 57 | CE | 31 | 3A | 0 | 13 | FA | 37 | 39 |
| Octal | 152 | 127 | 316 | 61 | 72 | 0 | 23 | 372 | 67 | 71 |
| Binary | 1101010 | 1010111 | 11001110 | 110001 | 111010 | 0 | 10011 | 11111010 | 110111 | 111001 |
Color Harmonies of #6A57CE
Complementary color
Monochromatic Colors of #6A57CE
Black with #6A57CE
Text Example
Text Example
White with #6A57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A57CE; }
p { color: rgb(106,87,206); }
H1.HeaderClassName
{
color: #6A57CE;
}
.AnyTagClassName
{
color: #6A57CE;
}
</style>
background-color css
<style>
a { background-color: #6A57CE; }
a { background-color: rgb(106,87,206); }
div.DivClassName
{
background-color: #6A57CE;
}
.BgClassName
{
background-color: #6A57CE;
}
</style>
border-color css
<style>
span { border-color: #6A57CE; }
span { border-color: rgb(106,87,206); }
td.TdClassName
{
border-color: #6A57CE;
}
.TagClassName
{
border-color: #6A57CE;
}
</style>