#684074

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

Shades of Eminence #684074

Tints of Eminence #684074

Color information

#684074 (or 0x684074) is unknown color: approx Eminence. HEX triplet: 68, 40 and 74. RGB value is (104,64,116). Sum of RGB (Red+Green+Blue) = 104+64+116=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 116 (45.70% from 255 or 40.85% from 284); Max value from RGB is 116 - color contains mainly: blue. Hex color #684074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684074 is #97BF8B. Grayscale: #515151. Windows color (decimal): -9944972 or 7618664. OLE color: 7618664.

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

Color convert

RGB10464116-
CMYK0.100.4500.55
HSL286.15º28.89%35.29%-
HSV(B)286.15º44.83%45.49%-
XYZ10.697.8717.48-
YUV81.89147.25143.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 116 (45.70% from 255) = 40.85%
R=36.62%
G=22.54%
B=40.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104641160.100.4500.55286.1528.8935.29
Hex684074A2D03711e1d23
Octal15010016412550674363543
Binary1101000100000011101001010101101011011110001111011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684074; }

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

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

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

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

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

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

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

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