Shades of Slate Blue #654EC0
Tints of Slate Blue #654EC0
RGB
CMYK
RGB Variations
Color information
#654EC0 (or 0x654EC0) is known color: Slate Blue. HEX triplet: 65, 4E and C0. RGB value is (101,78,192). Sum of RGB (Red+Green+Blue) = 101+78+192=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 78 (30.86% from 255 or 21.02% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #654EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EC0 is #9AB13F. Grayscale: #616161. Windows color (decimal): -10137920 or 12602981. OLE color: 12602981.
HSL color Cylindrical-coordinate representation of color #654EC0: hue angle of 252.11º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #654EC0 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 78 | 192 | - |
| CMYK | 0.47 | 0.59 | 0 | 0.25 |
| HSL | 252.11º | 0.48% | 0.53% | - |
| HSV(B) | 252.11º | 0.59% | 0.75% | - |
| XYZ | 17.61 | 12.02 | 51.26 | - |
| YUV | 97.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 192 | 0.47 | 0.59 | 0 | 0.25 | 252.11 | 0.48 | 0.53 |
| Hex | 65 | 4E | C0 | 2F | 3B | 0 | 19 | FC | 30 | 35 |
| Octal | 145 | 116 | 300 | 57 | 73 | 0 | 31 | 374 | 60 | 65 |
| Binary | 1100101 | 1001110 | 11000000 | 101111 | 111011 | 0 | 11001 | 11111100 | 110000 | 110101 |
Color Harmonies of #654EC0
Complementary color
Monochromatic Colors of #654EC0
Black with #654EC0
Text Example
Text Example
White with #654EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EC0; }
p { color: rgb(101,78,192); }
H1.HeaderClassName
{
color: #654EC0;
}
.AnyTagClassName
{
color: #654EC0;
}
</style>
background-color css
<style>
a { background-color: #654EC0; }
a { background-color: rgb(101,78,192); }
div.DivClassName
{
background-color: #654EC0;
}
.BgClassName
{
background-color: #654EC0;
}
</style>
border-color css
<style>
span { border-color: #654EC0; }
span { border-color: rgb(101,78,192); }
td.TdClassName
{
border-color: #654EC0;
}
.TagClassName
{
border-color: #654EC0;
}
</style>