#6D4475

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

Shades of Eminence #6D4475

Tints of Eminence #6D4475

Color information

#6D4475 (or 0x6D4475) is unknown color: approx Eminence. HEX triplet: 6D, 44 and 75. RGB value is (109,68,117). Sum of RGB (Red+Green+Blue) = 109+68+117=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 117 (46.09% from 255 or 39.80% from 294); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D4475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4475 is #92BB8A. Grayscale: #555555. Windows color (decimal): -9616267 or 7685229. OLE color: 7685229.

HSL color Cylindrical-coordinate representation of color #6D4475: hue angle of 290.2º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D4475 is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10968117-
CMYK0.070.4200.54
HSL290.2º26.49%36.27%-
HSV(B)290.2º41.88%45.88%-
XYZ11.588.6717.89-
YUV85.84145.58144.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.07%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 117 (46.09% from 255) = 39.80%
R=37.07%
G=23.13%
B=39.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109681170.070.4200.54290.226.4936.27
Hex6D447572A0361221a24
Octal1551041657520664423244
Binary110110110001001110101111101010011011010010001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,117); }

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

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

 a { background-color: rgb(109,68,117); }

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

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

 span { border-color: rgb(109,68,117); }

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