#6D4678

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

Shades of Eminence #6D4678

Tints of Eminence #6D4678

Color information

#6D4678 (or 0x6D4678) is unknown color: approx Eminence. HEX triplet: 6D, 46 and 78. RGB value is (109,70,120). Sum of RGB (Red+Green+Blue) = 109+70+120=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #6D4678 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4678 is #92B987. Grayscale: #575757. Windows color (decimal): -9615752 or 7882349. OLE color: 7882349.

HSL color Cylindrical-coordinate representation of color #6D4678: hue angle of 286.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D4678 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10970120-
CMYK0.090.4200.53
HSL286.8º26.32%37.25%-
HSV(B)286.8º41.67%47.06%-
XYZ11.898.9918.88-
YUV87.36146.42143.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=36.45%
G=23.41%
B=40.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109701200.090.4200.53286.826.3237.25
Hex6D467892A03511f1a25
Octal15510617011520654373245
Binary1101101100011011110001001101010011010110001111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D4678; }

 p { color: rgb(109,70,120); }

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

<style>
 a { background-color: #6D4678; }

 a { background-color: rgb(109,70,120); }

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

<style>
 span { border-color: #6D4678; }

 span { border-color: rgb(109,70,120); }

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