#68486E

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

Shades of Eminence #68486E

Tints of Eminence #68486E

Color information

#68486E (or 0x68486E) is unknown color: approx Eminence. HEX triplet: 68, 48 and 6E. RGB value is (104,72,110). Sum of RGB (Red+Green+Blue) = 104+72+110=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 110 - color contains mainly: blue. Hex color #68486E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68486E is #97B791. Grayscale: #555555. Windows color (decimal): -9942930 or 7227496. OLE color: 7227496.

HSL color Cylindrical-coordinate representation of color #68486E: hue angle of 290.53º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68486E is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10472110-
CMYK0.050.3500.57
HSL290.53º20.88%35.69%-
HSV(B)290.53º34.55%43.14%-
XYZ10.848.715.86-
YUV85.9141.6140.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.36%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 110 (43.36% from 255) = 38.46%
R=36.36%
G=25.17%
B=38.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104721100.050.3500.57290.5320.8835.69
Hex68486E5230391231524
Octal1501101565430714432544
Binary110100010010001101110101100011011100110010001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68486E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68486E; }

 p { color: rgb(104,72,110); }

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

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

 a { background-color: rgb(104,72,110); }

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

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

 span { border-color: rgb(104,72,110); }

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