#654EE0

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

Shades of Slate Blue #654EE0

Tints of Slate Blue #654EE0

Color information

#654EE0 (or 0x654EE0) is unknown color: approx 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

RGB10178224-
CMYK0.550.6500.12
HSL249.45º70.19%59.22%-
HSV(B)249.45º65.18%87.84%-
XYZ21.5513.672.01-
YUV101.52197.12127.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.06%
GREEN value IS 78 (30.86% from 255) = 19.35%
BLUE value IS 224 (87.89% from 255) = 55.58%
R=25.06%
G=19.35%
B=55.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal101782240.550.6500.12249.4570.1959.22
Hex654EE037410Cf9463b
Octal1451163406710101437110673
Binary1100101100111011100000110111100000101100111110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>