#684175

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

Shades of Eminence #684175

Tints of Eminence #684175

Color information

#684175 (or 0x684175) is unknown color: approx Eminence. HEX triplet: 68, 41 and 75. RGB value is (104,65,117). Sum of RGB (Red+Green+Blue) = 104+65+117=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #684175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684175 is #97BE8A. Grayscale: #525252. Windows color (decimal): -9944715 or 7684456. OLE color: 7684456.

HSL color Cylindrical-coordinate representation of color #684175: hue angle of 285º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #684175 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10465117-
CMYK0.110.4400.54
HSL285º28.57%35.69%-
HSV(B)285º44.44%45.88%-
XYZ10.818.0117.81-
YUV82.59147.42143.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 65 (25.78% from 255) = 22.73%
BLUE value IS 117 (46.09% from 255) = 40.91%
R=36.36%
G=22.73%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104651170.110.4400.5428528.5735.69
Hex684175B2C03611d1d24
Octal15010116513540664353544
Binary1101000100000111101011011101100011011010001110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684175; }

 p { color: rgb(104,65,117); }

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

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

 a { background-color: rgb(104,65,117); }

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

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

 span { border-color: rgb(104,65,117); }

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