#684374

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

Shades of Eminence #684374

Tints of Eminence #684374

Color information

#684374 (or 0x684374) is unknown color: approx Eminence. HEX triplet: 68, 43 and 74. RGB value is (104,67,116). Sum of RGB (Red+Green+Blue) = 104+67+116=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #684374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684374 is #97BC8B. Grayscale: #535353. Windows color (decimal): -9944204 or 7619432. OLE color: 7619432.

HSL color Cylindrical-coordinate representation of color #684374: hue angle of 285.31º degrees, saturation: 0.27, 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 #684374 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10467116-
CMYK0.100.4200.55
HSL285.31º26.78%35.88%-
HSV(B)285.31º42.24%45.49%-
XYZ10.878.2217.54-
YUV83.65146.26142.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 67 (26.56% from 255) = 23.34%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=36.24%
G=23.34%
B=40.42%

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
Decimal104671160.100.4200.55285.3126.7835.88
Hex684374A2A03711d1b24
Octal15010316412520674353344
Binary1101000100001111101001010101010011011110001110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684374; }

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

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

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

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

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

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

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

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