#6A5675

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

Shades of Rum #6A5675

Tints of Rum #6A5675

Color information

#6A5675 (or 0x6A5675) is unknown color: approx Rum. HEX triplet: 6A, 56 and 75. RGB value is (106,86,117). Sum of RGB (Red+Green+Blue) = 106+86+117=309 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.30% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #6A5675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5675 is #95A98A. Grayscale: #5F5F5F. Windows color (decimal): -9808267 or 7689834. OLE color: 7689834.

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

Color convert

RGB10686117-
CMYK0.090.2600.54
HSL278.71º15.27%39.8%-
HSV(B)278.71º26.5%45.88%-
XYZ12.481118.3-
YUV95.51140.13135.48-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.30%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=34.30%
G=27.83%
B=37.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal106861170.090.2600.54278.7115.2739.8
Hex6A567591A036117f28
Octal15212616511320664271750
Binary11010101010110111010110011101001101101000101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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