#6D5777

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

Shades of Rum #6D5777

Tints of Rum #6D5777

Color information

#6D5777 (or 0x6D5777) is unknown color: approx Rum. HEX triplet: 6D, 57 and 77. RGB value is (109,87,119). Sum of RGB (Red+Green+Blue) = 109+87+119=315 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.60% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D5777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5777 is #92A888. Grayscale: #616161. Windows color (decimal): -9611401 or 7821165. OLE color: 7821165.

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

Color convert

RGB10987119-
CMYK0.080.2700.53
HSL281.25º15.53%40.39%-
HSV(B)281.25º26.89%46.67%-
XYZ13.0411.418.97-
YUV97.23140.29136.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.60%
GREEN value IS 87 (34.38% from 255) = 27.62%
BLUE value IS 119 (46.88% from 255) = 37.78%
R=34.60%
G=27.62%
B=37.78%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109871190.080.2700.53281.2515.5340.39
Hex6D577781B0351191028
Octal15512716710330654312050
Binary110110110101111110111100011011011010110001100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,87,119); }

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

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

 a { background-color: rgb(109,87,119); }

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

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

 span { border-color: rgb(109,87,119); }

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