#684571

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

Shades of Eminence #684571

Tints of Eminence #684571

Color information

#684571 (or 0x684571) is unknown color: approx Eminence. HEX triplet: 68, 45 and 71. RGB value is (104,69,113). Sum of RGB (Red+Green+Blue) = 104+69+113=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #684571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684571 is #97BA8E. Grayscale: #545454. Windows color (decimal): -9943695 or 7423336. OLE color: 7423336.

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

Color convert

RGB10469113-
CMYK0.080.3900.56
HSL287.73º24.18%35.69%-
HSV(B)287.73º38.94%44.31%-
XYZ10.828.3916.67-
YUV84.48144.1141.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=36.36%
G=24.13%
B=39.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104691130.080.3900.56287.7324.1835.69
Hex6845718270381201824
Octal15010516110470704403044
Binary1101000100010111100011000100111011100010010000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684571; }

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

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

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

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

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

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

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

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