#6D446B

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

Shades of Eminence #6D446B

Tints of Eminence #6D446B

Color information

#6D446B (or 0x6D446B) is unknown color: approx Eminence. HEX triplet: 6D, 44 and 6B. RGB value is (109,68,107). Sum of RGB (Red+Green+Blue) = 109+68+107=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D446B is #92BB94. Grayscale: #545454. Windows color (decimal): -9616277 or 7029869. OLE color: 7029869.

HSL color Cylindrical-coordinate representation of color #6D446B: hue angle of 302.93º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D446B is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10968107-
CMYK00.380.020.57
HSL302.93º23.16%34.71%-
HSV(B)302.93º37.61%42.75%-
XYZ11.038.4514.96-
YUV84.71140.58145.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 107 (42.19% from 255) = 37.68%
R=38.38%
G=23.94%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096810700.380.020.57302.9323.1634.71
Hex6D446B02623912f1723
Octal1551041530462714572743
Binary11011011000100110101101001101011100110010111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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