#653F6E

Color #653F6E Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #653F6E

Tints of Eminence #653F6E

Color information

#653F6E (or 0x653F6E) is unknown color: approx Eminence. HEX triplet: 65, 3F and 6E. RGB value is (101,63,110). Sum of RGB (Red+Green+Blue) = 101+63+110=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 63 (25% from 255 or 22.99% from 274); Blue value is 110 (43.36% from 255 or 40.15% from 274); Max value from RGB is 110 - color contains mainly: blue. Hex color #653F6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653F6E is #9AC091. Grayscale: #4F4F4F. Windows color (decimal): -10141842 or 7225189. OLE color: 7225189.

HSL color Cylindrical-coordinate representation of color #653F6E: hue angle of 288.51º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653F6E is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10163110-
CMYK0.080.4300.57
HSL288.51º27.17%33.92%-
HSV(B)288.51º42.73%43.14%-
XYZ9.967.4515.66-
YUV79.72145.09143.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.86%
GREEN value IS 63 (25% from 255) = 22.99%
BLUE value IS 110 (43.36% from 255) = 40.15%
R=36.86%
G=22.99%
B=40.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101631100.080.4300.57288.5127.1733.92
Hex653F6E82B0391211b22
Octal1457715610530714413342
Binary110010111111111011101000101011011100110010000111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653F6E; }

 p { color: rgb(101,63,110); }

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

<style>
 a { background-color: #653F6E; }

 a { background-color: rgb(101,63,110); }

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

<style>
 span { border-color: #653F6E; }

 span { border-color: rgb(101,63,110); }

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