#6C3970

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

Shades of Eminence #6C3970

Tints of Eminence #6C3970

Color information

#6C3970 (or 0x6C3970) is unknown color: approx Eminence. HEX triplet: 6C, 39 and 70. RGB value is (108,57,112). Sum of RGB (Red+Green+Blue) = 108+57+112=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C3970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3970 is #93C68F. Grayscale: #4E4E4E. Windows color (decimal): -9684624 or 7354732. OLE color: 7354732.

HSL color Cylindrical-coordinate representation of color #6C3970: hue angle of 295.64º 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 #6C3970 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10857112-
CMYK0.040.4900.56
HSL295.64º32.54%33.14%-
HSV(B)295.64º49.11%43.92%-
XYZ10.577.2816.18-
YUV78.52146.9149.03-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.99%
GREEN value IS 57 (22.66% from 255) = 20.58%
BLUE value IS 112 (44.14% from 255) = 40.43%
R=38.99%
G=20.58%
B=40.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108571120.040.4900.56295.6432.5433.14
Hex6C39704310381282121
Octal154711604610704504141
Binary110110011100111100001001100010111000100101000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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