#6B4577

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

Shades of Eminence #6B4577

Tints of Eminence #6B4577

Color information

#6B4577 (or 0x6B4577) is unknown color: approx Eminence. HEX triplet: 6B, 45 and 77. RGB value is (107,69,119). Sum of RGB (Red+Green+Blue) = 107+69+119=295 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.27% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B4577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4577 is #94BA88. Grayscale: #555555. Windows color (decimal): -9747081 or 7816555. OLE color: 7816555.

HSL color Cylindrical-coordinate representation of color #6B4577: hue angle of 285.6º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B4577 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10769119-
CMYK0.100.4200.53
HSL285.6º26.6%36.86%-
HSV(B)285.6º42.02%46.67%-
XYZ11.528.7118.53-
YUV86.06146.59142.93-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.27%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=36.27%
G=23.39%
B=40.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal107691190.100.4200.53285.626.636.86
Hex6B4577A2A03511e1b25
Octal15310516712520654363345
Binary1101011100010111101111010101010011010110001111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,119); }

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

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

 a { background-color: rgb(107,69,119); }

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

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

 span { border-color: rgb(107,69,119); }

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