#654CE5

Color #654CE5 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #654CE5

Tints of Slate Blue #654CE5

Color information

#654CE5 (or 0x654CE5) is unknown color: approx Slate Blue. HEX triplet: 65, 4C and E5. RGB value is (101,76,229). Sum of RGB (Red+Green+Blue) = 101+76+229=406 (53% of max value = 765). Red value is 101 (39.84% from 255 or 24.88% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 229 (89.84% from 255 or 56.40% from 406); Max value from RGB is 229 - color contains mainly: blue. Hex color #654CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #654CE5 is #9AB31A. Grayscale: #646464. Windows color (decimal): -10138395 or 15027301. OLE color: 15027301.

HSL color Cylindrical-coordinate representation of color #654CE5: hue angle of 249.8º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #654CE5 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10176229-
CMYK0.560.6700.10
HSL249.8º74.63%59.8%-
HSV(B)249.8º66.81%89.8%-
XYZ22.0913.5975.59-
YUV100.92200.28128.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 24.88%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 229 (89.84% from 255) = 56.40%
R=24.88%
G=18.72%
B=56.40%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal101762290.560.6700.10249.874.6359.8
Hex654CE538430Afa4b3c
Octal1451143457010301237211374
Binary1100101100110011100101111000100001101010111110101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654CE5; }

 p { color: rgb(101,76,229); }

 H1.HeaderClassName
 {
   color: #654CE5;
 }
 .AnyTagClassName
 {
   color: #654CE5;
 }
</style>
background-color css

<style>
 a { background-color: #654CE5; }

 a { background-color: rgb(101,76,229); }

 div.DivClassName
 {
   background-color: #654CE5;
 }
 .BgClassName
 {
   background-color: #654CE5;
 }
</style>
border-color css

<style>
 span { border-color: #654CE5; }

 span { border-color: rgb(101,76,229); }

 td.TdClassName
 {
   border-color: #654CE5;
 }
 .TagClassName
 {
   border-color: #654CE5;
 }
</style>