#684172

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

Shades of Eminence #684172

Tints of Eminence #684172

Color information

#684172 (or 0x684172) is unknown color: approx Eminence. HEX triplet: 68, 41 and 72. RGB value is (104,65,114). Sum of RGB (Red+Green+Blue) = 104+65+114=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 114 - color contains mainly: blue. Hex color #684172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684172 is #97BE8D. Grayscale: #525252. Windows color (decimal): -9944718 or 7487848. OLE color: 7487848.

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

Color convert

RGB10465114-
CMYK0.090.4300.55
HSL287.76º27.37%35.1%-
HSV(B)287.76º42.98%44.71%-
XYZ10.647.9416.89-
YUV82.25145.92143.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 114 (44.92% from 255) = 40.28%
R=36.75%
G=22.97%
B=40.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104651140.090.4300.55287.7627.3735.1
Hex68417292B0371201b23
Octal15010116211530674403343
Binary1101000100000111100101001101011011011110010000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684172; }

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

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

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

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

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

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

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

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