#6C3870

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

Shades of Eminence #6C3870

Tints of Eminence #6C3870

Color information

#6C3870 (or 0x6C3870) is unknown color: approx Eminence. HEX triplet: 6C, 38 and 70. RGB value is (108,56,112). Sum of RGB (Red+Green+Blue) = 108+56+112=276 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.13% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #6C3870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3870 is #93C78F. Grayscale: #4D4D4D. Windows color (decimal): -9684880 or 7354476. OLE color: 7354476.

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

Color convert

RGB10856112-
CMYK0.040.5000.56
HSL295.71º33.33%32.94%-
HSV(B)295.71º50%43.92%-
XYZ10.527.1916.16-
YUV77.93147.23149.45-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.13%
GREEN value IS 56 (22.27% from 255) = 20.29%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=39.13%
G=20.29%
B=40.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108561120.040.5000.56295.7133.3332.94
Hex6C38704320381282121
Octal154701604620704504141
Binary110110011100011100001001100100111000100101000100001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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