#6A5674

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

Shades of Rum #6A5674

Tints of Rum #6A5674

Color information

#6A5674 (or 0x6A5674) is unknown color: approx Rum. HEX triplet: 6A, 56 and 74. RGB value is (106,86,116). Sum of RGB (Red+Green+Blue) = 106+86+116=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 116 (45.70% from 255 or 37.66% from 308); Max value from RGB is 116 - color contains mainly: blue. Hex color #6A5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5674 is #95A98B. Grayscale: #5F5F5F. Windows color (decimal): -9808268 or 7624298. OLE color: 7624298.

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

Color convert

RGB10686116-
CMYK0.090.2600.55
HSL280º14.85%39.61%-
HSV(B)280º25.86%45.49%-
XYZ12.4210.9817.99-
YUV95.4139.63135.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.42%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 116 (45.70% from 255) = 37.66%
R=34.42%
G=27.92%
B=37.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106861160.090.2600.5528014.8539.61
Hex6A567491A037118f28
Octal15212616411320674301750
Binary11010101010110111010010011101001101111000110001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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