#6E3C75

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

Shades of Eminence #6E3C75

Tints of Eminence #6E3C75

Color information

#6E3C75 (or 0x6E3C75) is unknown color: approx Eminence. HEX triplet: 6E, 3C and 75. RGB value is (110,60,117). Sum of RGB (Red+Green+Blue) = 110+60+117=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 117 (46.09% from 255 or 40.77% from 287); Max value from RGB is 117 - color contains mainly: blue. Hex color #6E3C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3C75 is #91C38A. Grayscale: #515151. Windows color (decimal): -9552779 or 7683182. OLE color: 7683182.

HSL color Cylindrical-coordinate representation of color #6E3C75: hue angle of 292.63º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E3C75 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11060117-
CMYK0.060.4900.54
HSL292.63º32.2%34.71%-
HSV(B)292.63º48.72%45.88%-
XYZ11.267.8317.75-
YUV81.45148.06148.37-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.33%
GREEN value IS 60 (23.83% from 255) = 20.91%
BLUE value IS 117 (46.09% from 255) = 40.77%
R=38.33%
G=20.91%
B=40.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110601170.060.4900.54292.6332.234.71
Hex6E3C756310361252023
Octal156741656610664454043
Binary110111011110011101011101100010110110100100101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,60,117); }

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

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

 a { background-color: rgb(110,60,117); }

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

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

 span { border-color: rgb(110,60,117); }

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