#6F4F76

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

Shades of Affair #6F4F76

Tints of Affair #6F4F76

Color information

#6F4F76 (or 0x6F4F76) is unknown color: approx Affair. HEX triplet: 6F, 4F and 76. RGB value is (111,79,118). Sum of RGB (Red+Green+Blue) = 111+79+118=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #6F4F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F76 is #90B089. Grayscale: #5C5C5C. Windows color (decimal): -9482378 or 7753583. OLE color: 7753583.

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

Color convert

RGB11179118-
CMYK0.060.3300.54
HSL289.23º19.8%38.63%-
HSV(B)289.23º33.05%46.27%-
XYZ12.6210.2818.46-
YUV93.01142.1140.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=36.04%
G=25.65%
B=38.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111791180.060.3300.54289.2319.838.63
Hex6F4F766210361211427
Octal1571171666410664412447
Binary110111110011111110110110100001011011010010000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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