Shades of Slate Blue #654EC3
Tints of Slate Blue #654EC3
RGB
CMYK
RGB Variations
Color information
#654EC3 (or 0x654EC3) is known color: Slate Blue. HEX triplet: 65, 4E and C3. RGB value is (101,78,195). Sum of RGB (Red+Green+Blue) = 101+78+195=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 195 (76.56% from 255 or 52.14% from 374); Max value from RGB is 195 - color contains mainly: blue. Hex color #654EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #654EC3 is #9AB13C. Grayscale: #616161. Windows color (decimal): -10137917 or 12799589. OLE color: 12799589.
HSL color Cylindrical-coordinate representation of color #654EC3: hue angle of 251.79º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #654EC3 is Cyan = 0.48, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 101 | 78 | 195 | - |
| CMYK | 0.48 | 0.6 | 0 | 0.24 |
| HSL | 251.79º | 0.49% | 0.54% | - |
| HSV(B) | 251.79º | 0.6% | 0.76% | - |
| XYZ | 17.94 | 12.16 | 53.03 | - |
| YUV | 98.22 | 182.62 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 78 | 195 | 0.48 | 0.6 | 0 | 0.24 | 251.79 | 0.49 | 0.54 |
| Hex | 65 | 4E | C3 | 30 | 3C | 0 | 18 | FC | 31 | 36 |
| Octal | 145 | 116 | 303 | 60 | 74 | 0 | 30 | 374 | 61 | 66 |
| Binary | 1100101 | 1001110 | 11000011 | 110000 | 111100 | 0 | 11000 | 11111100 | 110001 | 110110 |
Color Harmonies of #654EC3
Complementary color
Monochromatic Colors of #654EC3
Black with #654EC3
Text Example
Text Example
White with #654EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654EC3; }
p { color: rgb(101,78,195); }
H1.HeaderClassName
{
color: #654EC3;
}
.AnyTagClassName
{
color: #654EC3;
}
</style>
background-color css
<style>
a { background-color: #654EC3; }
a { background-color: rgb(101,78,195); }
div.DivClassName
{
background-color: #654EC3;
}
.BgClassName
{
background-color: #654EC3;
}
</style>
border-color css
<style>
span { border-color: #654EC3; }
span { border-color: rgb(101,78,195); }
td.TdClassName
{
border-color: #654EC3;
}
.TagClassName
{
border-color: #654EC3;
}
</style>