#684274

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

Shades of Eminence #684274

Tints of Eminence #684274

Color information

#684274 (or 0x684274) is unknown color: approx Eminence. HEX triplet: 68, 42 and 74. RGB value is (104,66,116). Sum of RGB (Red+Green+Blue) = 104+66+116=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 116 - color contains mainly: blue. Hex color #684274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684274 is #97BD8B. Grayscale: #525252. Windows color (decimal): -9944460 or 7619176. OLE color: 7619176.

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

Color convert

RGB10466116-
CMYK0.100.4300.55
HSL285.6º27.47%35.69%-
HSV(B)285.6º43.1%45.49%-
XYZ10.818.117.52-
YUV83.06146.59142.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=36.36%
G=23.08%
B=40.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104661160.100.4300.55285.627.4735.69
Hex684274A2B03711e1b24
Octal15010216412530674363344
Binary1101000100001011101001010101011011011110001111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684274; }

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

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

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

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

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

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

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

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