#684071

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

Shades of Eminence #684071

Tints of Eminence #684071

Color information

#684071 (or 0x684071) is unknown color: approx Eminence. HEX triplet: 68, 40 and 71. RGB value is (104,64,113). Sum of RGB (Red+Green+Blue) = 104+64+113=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #684071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684071 is #97BF8E. Grayscale: #515151. Windows color (decimal): -9944975 or 7422056. OLE color: 7422056.

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

Color convert

RGB10464113-
CMYK0.080.4300.56
HSL288.98º27.68%34.71%-
HSV(B)288.98º43.36%44.31%-
XYZ10.527.816.57-
YUV81.55145.75144.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=37.01%
G=22.78%
B=40.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104641130.080.4300.56288.9827.6834.71
Hex68407182B0381211c23
Octal15010016110530704413443
Binary1101000100000011100011000101011011100010010000111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684071; }

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

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

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

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

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

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

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

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