#6C446D

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

Shades of Eminence #6C446D

Tints of Eminence #6C446D

Color information

#6C446D (or 0x6C446D) is unknown color: approx Eminence. HEX triplet: 6C, 44 and 6D. RGB value is (108,68,109). Sum of RGB (Red+Green+Blue) = 108+68+109=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 109 (42.97% from 255 or 38.25% from 285); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C446D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C446D is #93BB92. Grayscale: #545454. Windows color (decimal): -9681811 or 7160940. OLE color: 7160940.

HSL color Cylindrical-coordinate representation of color #6C446D: hue angle of 298.54º 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 #6C446D is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10868109-
CMYK0.010.3800.57
HSL298.54º23.16%34.71%-
HSV(B)298.54º37.61%42.75%-
XYZ11.018.4315.51-
YUV84.63141.75144.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 109 (42.97% from 255) = 38.25%
R=37.89%
G=23.86%
B=38.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108681090.010.3800.57298.5423.1634.71
Hex6C446D12603912b1723
Octal1541041551460714532743
Binary1101100100010011011011100110011100110010101110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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