#684372

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

Shades of Eminence #684372

Tints of Eminence #684372

Color information

#684372 (or 0x684372) is unknown color: approx Eminence. HEX triplet: 68, 43 and 72. RGB value is (104,67,114). Sum of RGB (Red+Green+Blue) = 104+67+114=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 114 - color contains mainly: blue. Hex color #684372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684372 is #97BC8D. Grayscale: #535353. Windows color (decimal): -9944206 or 7488360. OLE color: 7488360.

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

Color convert

RGB10467114-
CMYK0.090.4100.55
HSL287.23º25.97%35.49%-
HSV(B)287.23º41.23%44.71%-
XYZ10.758.1716.93-
YUV83.42145.26142.68-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 114 (44.92% from 255) = 40%
R=36.49%
G=23.51%
B=40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104671140.090.4100.55287.2325.9735.49
Hex68437292903711f1a23
Octal15010316211510674373243
Binary1101000100001111100101001101001011011110001111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684372; }

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

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

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

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

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

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

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

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