#684373

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

Shades of Eminence #684373

Tints of Eminence #684373

Color information

#684373 (or 0x684373) is unknown color: approx Eminence. HEX triplet: 68, 43 and 73. RGB value is (104,67,115). Sum of RGB (Red+Green+Blue) = 104+67+115=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #684373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684373 is #97BC8C. Grayscale: #535353. Windows color (decimal): -9944205 or 7553896. OLE color: 7553896.

HSL color Cylindrical-coordinate representation of color #684373: hue angle of 286.25º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #684373 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10467115-
CMYK0.100.4200.55
HSL286.25º26.37%35.69%-
HSV(B)286.25º41.74%45.1%-
XYZ10.818.217.23-
YUV83.54145.76142.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 115 (45.31% from 255) = 40.21%
R=36.36%
G=23.43%
B=40.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104671150.100.4200.55286.2526.3735.69
Hex684373A2A03711e1a24
Octal15010316312520674363244
Binary1101000100001111100111010101010011011110001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684373; }

 p { color: rgb(104,67,115); }

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

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

 a { background-color: rgb(104,67,115); }

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

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

 span { border-color: rgb(104,67,115); }

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