#6F5976

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

Shades of Rum #6F5976

Tints of Rum #6F5976

Color information

#6F5976 (or 0x6F5976) is unknown color: approx Rum. HEX triplet: 6F, 59 and 76. RGB value is (111,89,118). Sum of RGB (Red+Green+Blue) = 111+89+118=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F5976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5976 is #90A689. Grayscale: #626262. Windows color (decimal): -9479818 or 7756143. OLE color: 7756143.

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

Color convert

RGB11189118-
CMYK0.060.2500.54
HSL285.52º14.01%40.59%-
HSV(B)285.52º24.58%46.27%-
XYZ13.411.8318.72-
YUV98.88138.79136.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.91%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=34.91%
G=27.99%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111891180.060.2500.54285.5214.0140.59
Hex6F597661903611ee29
Octal1571311666310664361651
Binary1101111101100111101101101100101101101000111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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