#684772

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

Shades of Eminence #684772

Tints of Eminence #684772

Color information

#684772 (or 0x684772) is unknown color: approx Eminence. HEX triplet: 68, 47 and 72. RGB value is (104,71,114). Sum of RGB (Red+Green+Blue) = 104+71+114=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #684772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684772 is #97B88D. Grayscale: #555555. Windows color (decimal): -9943182 or 7489384. OLE color: 7489384.

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

Color convert

RGB10471114-
CMYK0.090.3800.55
HSL286.05º23.24%36.27%-
HSV(B)286.05º37.72%44.71%-
XYZ118.6617.01-
YUV85.77143.93141-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.99%
GREEN value IS 71 (28.12% from 255) = 24.57%
BLUE value IS 114 (44.92% from 255) = 39.45%
R=35.99%
G=24.57%
B=39.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104711140.090.3800.55286.0523.2436.27
Hex68477292603711e1724
Octal15010716211460674362744
Binary1101000100011111100101001100110011011110001111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684772; }

 p { color: rgb(104,71,114); }

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

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

 a { background-color: rgb(104,71,114); }

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

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

 span { border-color: rgb(104,71,114); }

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