#684174

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

Shades of Eminence #684174

Tints of Eminence #684174

Color information

#684174 (or 0x684174) is unknown color: approx Eminence. HEX triplet: 68, 41 and 74. RGB value is (104,65,116). Sum of RGB (Red+Green+Blue) = 104+65+116=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #684174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684174 is #97BE8B. Grayscale: #525252. Windows color (decimal): -9944716 or 7618920. OLE color: 7618920.

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

Color convert

RGB10465116-
CMYK0.100.4400.55
HSL285.88º28.18%35.49%-
HSV(B)285.88º43.97%45.49%-
XYZ10.757.9817.5-
YUV82.48146.92143.35-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 116 (45.70% from 255) = 40.70%
R=36.49%
G=22.81%
B=40.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104651160.100.4400.55285.8828.1835.49
Hex684174A2C03711e1c23
Octal15010116412540674363443
Binary1101000100000111101001010101100011011110001111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684174; }

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

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

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

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

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

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

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

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