Shades of Slate Blue #654EE0
Tints of Slate Blue #654EE0
RGB
CMYK
RGB Variations
Color information
#654EE0 (or 0x654EE0) is known color: Slate Blue. HEX triplet: 65, 4E and E0. RGB value is (101,78,224). Sum of RGB (Red+Green+Blue) = 101+78+224=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #654EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EE0 is #9AB11F. Grayscale: #646464. Windows color (decimal): -10137888 or 14700133. OLE color: 14700133.
HSL color Cylindrical-coordinate representation of color #654EE0: hue angle of 249.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #654EE0 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 101 | 78 | 224 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.12 |
| HSL | 249.45º | 0.7% | 0.59% | - |
| HSV(B) | 249.45º | 0.65% | 0.88% | - |
| XYZ | 21.55 | 13.6 | 72.01 | - |
| YUV | 101.52 | 197.12 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 224 | 0.55 | 0.65 | 0 | 0.12 | 249.45 | 0.7 | 0.59 |
| Hex | 65 | 4E | E0 | 37 | 41 | 0 | C | F9 | 46 | 3B |
| Octal | 145 | 116 | 340 | 67 | 101 | 0 | 14 | 371 | 106 | 73 |
| Binary | 1100101 | 1001110 | 11100000 | 110111 | 1000001 | 0 | 1100 | 11111001 | 1000110 | 111011 |
Color Harmonies of #654EE0
Complementary color
Monochromatic Colors of #654EE0
Black with #654EE0
Text Example
Text Example
White with #654EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EE0; }
p { color: rgb(101,78,224); }
H1.HeaderClassName
{
color: #654EE0;
}
.AnyTagClassName
{
color: #654EE0;
}
</style>
background-color css
<style>
a { background-color: #654EE0; }
a { background-color: rgb(101,78,224); }
div.DivClassName
{
background-color: #654EE0;
}
.BgClassName
{
background-color: #654EE0;
}
</style>
border-color css
<style>
span { border-color: #654EE0; }
span { border-color: rgb(101,78,224); }
td.TdClassName
{
border-color: #654EE0;
}
.TagClassName
{
border-color: #654EE0;
}
</style>