#68486C

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

Shades of Eminence #68486C

Tints of Eminence #68486C

Color information

#68486C (or 0x68486C) is unknown color: approx Eminence. HEX triplet: 68, 48 and 6C. RGB value is (104,72,108). Sum of RGB (Red+Green+Blue) = 104+72+108=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 108 - color contains mainly: blue. Hex color #68486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68486C is #97B793. Grayscale: #555555. Windows color (decimal): -9942932 or 7096424. OLE color: 7096424.

HSL color Cylindrical-coordinate representation of color #68486C: hue angle of 293.33º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68486C is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10472108-
CMYK0.040.3300.58
HSL293.33º20%35.29%-
HSV(B)293.33º33.33%42.35%-
XYZ10.738.6615.29-
YUV85.67140.6141.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 72 (28.52% from 255) = 25.35%
BLUE value IS 108 (42.58% from 255) = 38.03%
R=36.62%
G=25.35%
B=38.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal104721080.040.3300.58293.332035.29
Hex68486C42103A1251423
Octal1501101544410724452443
Binary110100010010001101100100100001011101010010010110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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