#6D427C

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

Shades of Eminence #6D427C

Tints of Eminence #6D427C

Color information

#6D427C (or 0x6D427C) is unknown color: approx Eminence. HEX triplet: 6D, 42 and 7C. RGB value is (109,66,124). Sum of RGB (Red+Green+Blue) = 109+66+124=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D427C is #92BD83. Grayscale: #555555. Windows color (decimal): -9616772 or 8143469. OLE color: 8143469.

HSL color Cylindrical-coordinate representation of color #6D427C: hue angle of 284.48º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D427C is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10966124-
CMYK0.120.4700.51
HSL284.48º30.53%37.25%-
HSV(B)284.48º46.77%48.63%-
XYZ11.898.620.1-
YUV85.47149.75144.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=36.45%
G=22.07%
B=41.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109661240.120.4700.51284.4830.5337.25
Hex6D427CC2F03311c1f25
Octal15510217414570634343745
Binary1101101100001011111001100101111011001110001110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,66,124); }

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

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

 a { background-color: rgb(109,66,124); }

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

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

 span { border-color: rgb(109,66,124); }

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