#6A397C

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

Shades of Eminence #6A397C

Tints of Eminence #6A397C

Color information

#6A397C (or 0x6A397C) is unknown color: approx Eminence. HEX triplet: 6A, 39 and 7C. RGB value is (106,57,124). Sum of RGB (Red+Green+Blue) = 106+57+124=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 124 - color contains mainly: blue. Hex color #6A397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A397C is #95C683. Grayscale: #4F4F4F. Windows color (decimal): -9815684 or 8141162. OLE color: 8141162.

HSL color Cylindrical-coordinate representation of color #6A397C: hue angle of 283.88º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A397C is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB10657124-
CMYK0.150.5400.51
HSL283.88º37.02%35.49%-
HSV(B)283.88º54.03%48.63%-
XYZ11.057.4519.92-
YUV79.29153.23147.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=36.93%
G=19.86%
B=43.21%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106571240.150.5400.51283.8837.0235.49
Hex6A397CF3603311c2523
Octal1527117417660634344543
Binary1101010111001111110011111101100110011100011100100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,124); }

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

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

 a { background-color: rgb(106,57,124); }

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

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

 span { border-color: rgb(106,57,124); }

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