Shades of Slate Blue #654EE3
Tints of Slate Blue #654EE3
RGB
CMYK
RGB Variations
Color information
#654EE3 (or 0x654EE3) is known color: Slate Blue. HEX triplet: 65, 4E and E3. RGB value is (101,78,227). Sum of RGB (Red+Green+Blue) = 101+78+227=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 78 (30.86% from 255 or 19.21% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #654EE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EE3 is #9AB11C. Grayscale: #656565. Windows color (decimal): -10137885 or 14896741. OLE color: 14896741.
HSL color Cylindrical-coordinate representation of color #654EE3: hue angle of 249.26º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #654EE3 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 101 | 78 | 227 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.11 |
| HSL | 249.26º | 0.73% | 0.6% | - |
| HSV(B) | 249.26º | 0.66% | 0.89% | - |
| XYZ | 21.96 | 13.76 | 74.17 | - |
| YUV | 101.86 | 198.62 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 227 | 0.56 | 0.66 | 0 | 0.11 | 249.26 | 0.73 | 0.6 |
| Hex | 65 | 4E | E3 | 38 | 42 | 0 | B | F9 | 49 | 3C |
| Octal | 145 | 116 | 343 | 70 | 102 | 0 | 13 | 371 | 111 | 74 |
| Binary | 1100101 | 1001110 | 11100011 | 111000 | 1000010 | 0 | 1011 | 11111001 | 1001001 | 111100 |
Color Harmonies of #654EE3
Complementary color
Monochromatic Colors of #654EE3
Black with #654EE3
Text Example
Text Example
White with #654EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EE3; }
p { color: rgb(101,78,227); }
H1.HeaderClassName
{
color: #654EE3;
}
.AnyTagClassName
{
color: #654EE3;
}
</style>
background-color css
<style>
a { background-color: #654EE3; }
a { background-color: rgb(101,78,227); }
div.DivClassName
{
background-color: #654EE3;
}
.BgClassName
{
background-color: #654EE3;
}
</style>
border-color css
<style>
span { border-color: #654EE3; }
span { border-color: rgb(101,78,227); }
td.TdClassName
{
border-color: #654EE3;
}
.TagClassName
{
border-color: #654EE3;
}
</style>