#684073

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

Shades of Eminence #684073

Tints of Eminence #684073

Color information

#684073 (or 0x684073) is unknown color: approx Eminence. HEX triplet: 68, 40 and 73. RGB value is (104,64,115). Sum of RGB (Red+Green+Blue) = 104+64+115=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #684073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684073 is #97BF8C. Grayscale: #515151. Windows color (decimal): -9944973 or 7553128. OLE color: 7553128.

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

Color convert

RGB10464115-
CMYK0.100.4400.55
HSL287.06º28.49%35.1%-
HSV(B)287.06º44.35%45.1%-
XYZ10.647.8517.17-
YUV81.77146.75143.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 115 (45.31% from 255) = 40.64%
R=36.75%
G=22.61%
B=40.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104641150.100.4400.55287.0628.4935.1
Hex684073A2C03711f1c23
Octal15010016312540674373443
Binary1101000100000011100111010101100011011110001111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684073; }

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

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

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

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

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

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

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

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