Shades of Slate Blue #6557E3
Tints of Slate Blue #6557E3
RGB
CMYK
RGB Variations
Color information
#6557E3 (or 0x6557E3) is known color: Slate Blue. HEX triplet: 65, 57 and E3. RGB value is (101,87,227). Sum of RGB (Red+Green+Blue) = 101+87+227=415 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.34% from 415); Green value is 87 (34.38% from 255 or 20.96% from 415); Blue value is 227 (89.06% from 255 or 54.70% from 415); Max value from RGB is 227 - color contains mainly: blue. Hex color #6557E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6557E3 is #9AA81C. Grayscale: #6A6A6A. Windows color (decimal): -10135581 or 14899045. OLE color: 14899045.
HSL color Cylindrical-coordinate representation of color #6557E3: hue angle of 246º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6557E3 is Cyan = 0.56, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 87 | 227 | - |
| CMYK | 0.56 | 0.62 | 0 | 0.11 |
| HSL | 246º | 0.71% | 0.62% | - |
| HSV(B) | 246º | 0.62% | 0.89% | - |
| XYZ | 22.64 | 15.13 | 74.4 | - |
| YUV | 107.15 | 195.64 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 227 | 0.56 | 0.62 | 0 | 0.11 | 246 | 0.71 | 0.62 |
| Hex | 65 | 57 | E3 | 38 | 3E | 0 | B | F6 | 47 | 3E |
| Octal | 145 | 127 | 343 | 70 | 76 | 0 | 13 | 366 | 107 | 76 |
| Binary | 1100101 | 1010111 | 11100011 | 111000 | 111110 | 0 | 1011 | 11110110 | 1000111 | 111110 |
Color Harmonies of #6557E3
Complementary color
Monochromatic Colors of #6557E3
Black with #6557E3
Text Example
Text Example
White with #6557E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6557E3; }
p { color: rgb(101,87,227); }
H1.HeaderClassName
{
color: #6557E3;
}
.AnyTagClassName
{
color: #6557E3;
}
</style>
background-color css
<style>
a { background-color: #6557E3; }
a { background-color: rgb(101,87,227); }
div.DivClassName
{
background-color: #6557E3;
}
.BgClassName
{
background-color: #6557E3;
}
</style>
border-color css
<style>
span { border-color: #6557E3; }
span { border-color: rgb(101,87,227); }
td.TdClassName
{
border-color: #6557E3;
}
.TagClassName
{
border-color: #6557E3;
}
</style>