#68486D

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

Shades of Eminence #68486D

Tints of Eminence #68486D

Color information

#68486D (or 0x68486D) is unknown color: approx Eminence. HEX triplet: 68, 48 and 6D. RGB value is (104,72,109). Sum of RGB (Red+Green+Blue) = 104+72+109=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #68486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68486D is #97B792. Grayscale: #555555. Windows color (decimal): -9942931 or 7161960. OLE color: 7161960.

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

Color convert

RGB10472109-
CMYK0.050.3400.57
HSL291.89º20.44%35.49%-
HSV(B)291.89º33.94%42.75%-
XYZ10.798.6815.58-
YUV85.79141.1140.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=36.49%
G=25.26%
B=38.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104721090.050.3400.57291.8920.4435.49
Hex68486D5220391241423
Octal1501101555420714442443
Binary110100010010001101101101100010011100110010010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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