#654EC0

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

Shades of Slate Blue #654EC0

Tints of Slate Blue #654EC0

Color information

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

RGB10178192-
CMYK0.470.5900.25
HSL252.11º47.5%52.94%-
HSV(B)252.11º59.38%75.29%-
XYZ17.6112.0251.26-
YUV97.87181.12130.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 78 (30.86% from 255) = 21.02%
BLUE value IS 192 (75.39% from 255) = 51.75%
R=27.22%
G=21.02%
B=51.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101781920.470.5900.25252.1147.552.94
Hex654EC02F3B019fc3035
Octal14511630057730313746065
Binary110010110011101100000010111111101101100111111100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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