#6C3872

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

Shades of Eminence #6C3872

Tints of Eminence #6C3872

Color information

#6C3872 (or 0x6C3872) is unknown color: approx Eminence. HEX triplet: 6C, 38 and 72. RGB value is (108,56,114). Sum of RGB (Red+Green+Blue) = 108+56+114=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #6C3872 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3872 is #93C78D. Grayscale: #4D4D4D. Windows color (decimal): -9684878 or 7485548. OLE color: 7485548.

HSL color Cylindrical-coordinate representation of color #6C3872: hue angle of 293.79º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C3872 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10856114-
CMYK0.050.5100.55
HSL293.79º34.12%33.33%-
HSV(B)293.79º50.88%44.71%-
XYZ10.647.2316.75-
YUV78.16148.23149.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.85%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=38.85%
G=20.14%
B=41.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal108561140.050.5100.55293.7934.1233.33
Hex6C38725330371262221
Octal154701625630674464241
Binary110110011100011100101011100110110111100100110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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