#6C466D

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

Shades of Eminence #6C466D

Tints of Eminence #6C466D

Color information

#6C466D (or 0x6C466D) is unknown color: approx Eminence. HEX triplet: 6C, 46 and 6D. RGB value is (108,70,109). Sum of RGB (Red+Green+Blue) = 108+70+109=287 (38% of max value = 765). Red value is 108 (42.58% from 255 or 37.63% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 109 - color contains mainly: blue. Hex color #6C466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C466D is #93B992. Grayscale: #555555. Windows color (decimal): -9681299 or 7161452. OLE color: 7161452.

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

Color convert

RGB10870109-
CMYK0.010.3600.57
HSL298.46º21.79%35.1%-
HSV(B)298.46º35.78%42.75%-
XYZ11.138.6715.56-
YUV85.81141.09143.83-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.63%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=37.63%
G=24.39%
B=37.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal108701090.010.3600.57298.4621.7935.1
Hex6C466D12403912a1623
Octal1541061551440714522643
Binary1101100100011011011011100100011100110010101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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