#684472

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

Shades of Eminence #684472

Tints of Eminence #684472

Color information

#684472 (or 0x684472) is unknown color: approx Eminence. HEX triplet: 68, 44 and 72. RGB value is (104,68,114). Sum of RGB (Red+Green+Blue) = 104+68+114=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 114 (44.92% from 255 or 39.86% from 286); Max value from RGB is 114 - color contains mainly: blue. Hex color #684472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684472 is #97BB8D. Grayscale: #535353. Windows color (decimal): -9943950 or 7488616. OLE color: 7488616.

HSL color Cylindrical-coordinate representation of color #684472: hue angle of 286.96º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684472 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10468114-
CMYK0.090.4000.55
HSL286.96º25.27%35.69%-
HSV(B)286.96º40.35%44.71%-
XYZ10.818.2916.95-
YUV84.01144.93142.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 114 (44.92% from 255) = 39.86%
R=36.36%
G=23.78%
B=39.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104681140.090.4000.55286.9625.2735.69
Hex68447292803711f1924
Octal15010416211500674373144
Binary1101000100010011100101001101000011011110001111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684472; }

 p { color: rgb(104,68,114); }

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

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

 a { background-color: rgb(104,68,114); }

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

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

 span { border-color: rgb(104,68,114); }

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