#6F5676

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

Shades of Rum #6F5676

Tints of Rum #6F5676

Color information

#6F5676 (or 0x6F5676) is unknown color: approx Rum. HEX triplet: 6F, 56 and 76. RGB value is (111,86,118). Sum of RGB (Red+Green+Blue) = 111+86+118=315 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.24% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F5676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5676 is #90A989. Grayscale: #616161. Windows color (decimal): -9480586 or 7755375. OLE color: 7755375.

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

Color convert

RGB11186118-
CMYK0.060.2700.54
HSL286.88º15.69%40%-
HSV(B)286.88º27.12%46.27%-
XYZ13.1511.3418.64-
YUV97.12139.78137.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.24%
GREEN value IS 86 (33.98% from 255) = 27.30%
BLUE value IS 118 (46.48% from 255) = 37.46%
R=35.24%
G=27.30%
B=37.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111861180.060.2700.54286.8815.6940
Hex6F567661B03611f1028
Octal1571261666330664372050
Binary11011111010110111011011011011011011010001111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,86,118); }

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

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

 a { background-color: rgb(111,86,118); }

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

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

 span { border-color: rgb(111,86,118); }

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