#6D3C6C

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

Shades of Eminence #6D3C6C

Tints of Eminence #6D3C6C

Color information

#6D3C6C (or 0x6D3C6C) is unknown color: approx Eminence. HEX triplet: 6D, 3C and 6C. RGB value is (109,60,108). Sum of RGB (Red+Green+Blue) = 109+60+108=277 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.35% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3C6C is #92C393. Grayscale: #4F4F4F. Windows color (decimal): -9618324 or 7093357. OLE color: 7093357.

HSL color Cylindrical-coordinate representation of color #6D3C6C: hue angle of 301.22º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D3C6C is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10960108-
CMYK00.450.010.57
HSL301.22º28.99%33.14%-
HSV(B)301.22º44.95%42.75%-
XYZ10.637.5715.09-
YUV80.12143.73148.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.35%
GREEN value IS 60 (23.83% from 255) = 21.66%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=39.35%
G=21.66%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096010800.450.010.57301.2228.9933.14
Hex6D3C6C02D13912d1d21
Octal155741540551714553541
Binary110110111110011011000101101111100110010110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,60,108); }

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

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

 a { background-color: rgb(109,60,108); }

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

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

 span { border-color: rgb(109,60,108); }

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