#6C3A70

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

Shades of Eminence #6C3A70

Tints of Eminence #6C3A70

Color information

#6C3A70 (or 0x6C3A70) is unknown color: approx Eminence. HEX triplet: 6C, 3A and 70. RGB value is (108,58,112). Sum of RGB (Red+Green+Blue) = 108+58+112=278 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.85% from 278); Green value is 58 (23.05% from 255 or 20.86% 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 #6C3A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3A70 is #93C58F. Grayscale: #4E4E4E. Windows color (decimal): -9684368 or 7354988. OLE color: 7354988.

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

Color convert

RGB10858112-
CMYK0.040.4800.56
HSL295.56º31.76%33.33%-
HSV(B)295.56º48.21%43.92%-
XYZ10.627.3816.19-
YUV79.11146.56148.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 38.85%
GREEN value IS 58 (23.05% from 255) = 20.86%
BLUE value IS 112 (44.14% from 255) = 40.29%
R=38.85%
G=20.86%
B=40.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal108581120.040.4800.56295.5631.7633.33
Hex6C3A704300381282021
Octal154721604600704504041
Binary110110011101011100001001100000111000100101000100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C3A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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