#6D4070

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

Shades of Eminence #6D4070

Tints of Eminence #6D4070

Color information

#6D4070 (or 0x6D4070) is unknown color: approx Eminence. HEX triplet: 6D, 40 and 70. RGB value is (109,64,112). Sum of RGB (Red+Green+Blue) = 109+64+112=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D4070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4070 is #92BF8F. Grayscale: #525252. Windows color (decimal): -9617296 or 7356525. OLE color: 7356525.

HSL color Cylindrical-coordinate representation of color #6D4070: hue angle of 296.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D4070 is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10964112-
CMYK0.030.4300.56
HSL296.25º27.27%34.51%-
HSV(B)296.25º42.86%43.92%-
XYZ11.068.0916.31-
YUV82.93144.41146.6-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=38.25%
G=22.46%
B=39.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109641120.030.4300.56296.2527.2734.51
Hex6D407032B0381281b23
Octal1551001603530704503343
Binary11011011000000111000011101011011100010010100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,64,112); }

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

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

 a { background-color: rgb(109,64,112); }

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

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

 span { border-color: rgb(109,64,112); }

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