#68466E

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

Shades of Eminence #68466E

Tints of Eminence #68466E

Color information

#68466E (or 0x68466E) is unknown color: approx Eminence. HEX triplet: 68, 46 and 6E. RGB value is (104,70,110). Sum of RGB (Red+Green+Blue) = 104+70+110=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 110 (43.36% from 255 or 38.73% from 284); Max value from RGB is 110 - color contains mainly: blue. Hex color #68466E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68466E is #97B991. Grayscale: #545454. Windows color (decimal): -9943442 or 7226984. OLE color: 7226984.

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

Color convert

RGB10470110-
CMYK0.050.3600.57
HSL291º22.22%35.29%-
HSV(B)291º36.36%43.14%-
XYZ10.718.4515.82-
YUV84.73142.26141.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 70 (27.73% from 255) = 24.65%
BLUE value IS 110 (43.36% from 255) = 38.73%
R=36.62%
G=24.65%
B=38.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104701100.050.3600.5729122.2235.29
Hex68466E5240391231623
Octal1501061565440714432643
Binary110100010001101101110101100100011100110010001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68466E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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