#6A5773

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

Shades of Rum #6A5773

Tints of Rum #6A5773

Color information

#6A5773 (or 0x6A5773) is unknown color: approx Rum. HEX triplet: 6A, 57 and 73. RGB value is (106,87,115). Sum of RGB (Red+Green+Blue) = 106+87+115=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5773 is #95A88C. Grayscale: #5F5F5F. Windows color (decimal): -9808013 or 7559018. OLE color: 7559018.

HSL color Cylindrical-coordinate representation of color #6A5773: hue angle of 280.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A5773 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10687115-
CMYK0.080.2400.55
HSL280.71º13.86%39.61%-
HSV(B)280.71º24.35%45.1%-
XYZ12.4511.1217.71-
YUV95.87138.79135.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.42%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=34.42%
G=28.25%
B=37.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106871150.080.2400.55280.7113.8639.61
Hex6A5773818037119e28
Octal15212716310300674311650
Binary11010101010111111001110001100001101111000110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,87,115); }

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

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

 a { background-color: rgb(106,87,115); }

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

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

 span { border-color: rgb(106,87,115); }

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