#6A5673

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

Shades of Rum #6A5673

Tints of Rum #6A5673

Color information

#6A5673 (or 0x6A5673) is unknown color: approx Rum. HEX triplet: 6A, 56 and 73. RGB value is (106,86,115). Sum of RGB (Red+Green+Blue) = 106+86+115=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5673 is #95A98C. Grayscale: #5F5F5F. Windows color (decimal): -9808269 or 7558762. OLE color: 7558762.

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

Color convert

RGB10686115-
CMYK0.080.2500.55
HSL281.38º14.43%39.41%-
HSV(B)281.38º25.22%45.1%-
XYZ12.3710.9617.68-
YUV95.29139.13135.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 115 (45.31% from 255) = 37.46%
R=34.53%
G=28.01%
B=37.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106861150.080.2500.55281.3814.4339.41
Hex6A5673819037119e27
Octal15212616310310674311647
Binary11010101010110111001110001100101101111000110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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