#68446E

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

Shades of Eminence #68446E

Tints of Eminence #68446E

Color information

#68446E (or 0x68446E) is unknown color: approx Eminence. HEX triplet: 68, 44 and 6E. RGB value is (104,68,110). Sum of RGB (Red+Green+Blue) = 104+68+110=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 110 - color contains mainly: blue. Hex color #68446E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68446E is #97BB91. Grayscale: #535353. Windows color (decimal): -9943954 or 7226472. OLE color: 7226472.

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

Color convert

RGB10468110-
CMYK0.050.3800.57
HSL291.43º23.6%34.9%-
HSV(B)291.43º38.18%43.14%-
XYZ10.598.215.78-
YUV83.55142.93142.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=36.88%
G=24.11%
B=39.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104681100.050.3800.57291.4323.634.9
Hex68446E5260391231823
Octal1501041565460714433043
Binary110100010001001101110101100110011100110010001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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