#684370

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

Shades of Eminence #684370

Tints of Eminence #684370

Color information

#684370 (or 0x684370) is unknown color: approx Eminence. HEX triplet: 68, 43 and 70. RGB value is (104,67,112). Sum of RGB (Red+Green+Blue) = 104+67+112=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #684370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684370 is #97BC8F. Grayscale: #535353. Windows color (decimal): -9944208 or 7357288. OLE color: 7357288.

HSL color Cylindrical-coordinate representation of color #684370: hue angle of 289.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684370 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10467112-
CMYK0.070.4000.56
HSL289.33º25.14%35.1%-
HSV(B)289.33º40.18%43.92%-
XYZ10.648.1316.34-
YUV83.19144.26142.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=36.75%
G=23.67%
B=39.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104671120.070.4000.56289.3325.1435.1
Hex6843707280381211923
Octal1501031607500704413143
Binary110100010000111110000111101000011100010010000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684370; }

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

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

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

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

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

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

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

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