#6A387D

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

Shades of Eminence #6A387D

Tints of Eminence #6A387D

Color information

#6A387D (or 0x6A387D) is unknown color: approx Eminence. HEX triplet: 6A, 38 and 7D. RGB value is (106,56,125). Sum of RGB (Red+Green+Blue) = 106+56+125=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #6A387D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A387D is #95C782. Grayscale: #4E4E4E. Windows color (decimal): -9815939 or 8206442. OLE color: 8206442.

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

Color convert

RGB10656125-
CMYK0.150.5500.51
HSL283.48º38.12%35.49%-
HSV(B)283.48º55.2%49.02%-
XYZ11.067.3720.24-
YUV78.82154.06147.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=36.93%
G=19.51%
B=43.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal106561250.150.5500.51283.4838.1235.49
Hex6A387DF3703311b2623
Octal1527017517670634334643
Binary1101010111000111110111111101110110011100011011100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,56,125); }

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

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

 a { background-color: rgb(106,56,125); }

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

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

 span { border-color: rgb(106,56,125); }

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