#6d3970

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

Shades of Eminence #6D3970

Tints of Eminence #6D3970

Color information

#6D3970 (or 0x6D3970) is unknown color: approx Eminence. HEX triplet: 6D, 39 and 70. RGB value is (109,57,112). Sum of RGB (Red+Green+Blue) = 109+57+112=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 112 (44.14% from 255 or 40.29% from 278); Max value from RGB is 112 - color contains mainly: blue. Hex color #6D3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3970 is #92C68F. Grayscale: #4E4E4E. Windows color (decimal): -9619088 or 7354733. OLE color: 7354733.

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

Color convert

RGB10957112-
CMYK0.030.4900.56
HSL296.73º32.54%33.14%-
HSV(B)296.73º49.11%43.92%-
XYZ10.697.3516.18-
YUV78.82146.73149.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.21%
GREEN value IS 57 (22.66% from 255) = 20.50%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=39.21%
G=20.50%
B=40.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109571120.030.4900.56296.7332.5433.14
Hex6D39703310381292121
Octal155711603610704514141
Binary11011011110011110000111100010111000100101001100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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