#684072

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

Shades of Eminence #684072

Tints of Eminence #684072

Color information

#684072 (or 0x684072) is unknown color: approx Eminence. HEX triplet: 68, 40 and 72. RGB value is (104,64,114). Sum of RGB (Red+Green+Blue) = 104+64+114=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #684072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684072 is #97BF8D. Grayscale: #515151. Windows color (decimal): -9944974 or 7487592. OLE color: 7487592.

HSL color Cylindrical-coordinate representation of color #684072: hue angle of 288º 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 #684072 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10464114-
CMYK0.090.4400.55
HSL288º28.09%34.9%-
HSV(B)288º43.86%44.71%-
XYZ10.587.8216.87-
YUV81.66146.25143.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 114 (44.92% from 255) = 40.43%
R=36.88%
G=22.70%
B=40.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104641140.090.4400.5528828.0934.9
Hex68407292C0371201c23
Octal15010016211540674403443
Binary1101000100000011100101001101100011011110010000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684072; }

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

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

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

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

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

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

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

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