#6F567F

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

Shades of Affair #6F567F

Tints of Affair #6F567F

Color information

#6F567F (or 0x6F567F) is unknown color: approx Affair. HEX triplet: 6F, 56 and 7F. RGB value is (111,86,127). Sum of RGB (Red+Green+Blue) = 111+86+127=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 127 (50% from 255 or 39.20% from 324); Max value from RGB is 127 - color contains mainly: blue. Hex color #6F567F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F567F is #90A980. Grayscale: #626262. Windows color (decimal): -9480577 or 8345199. OLE color: 8345199.

HSL color Cylindrical-coordinate representation of color #6F567F: hue angle of 276.59º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F567F is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11186127-
CMYK0.130.3200.50
HSL276.59º19.25%41.76%-
HSV(B)276.59º32.28%49.8%-
XYZ13.7111.5721.59-
YUV98.15144.28137.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 86 (33.98% from 255) = 26.54%
BLUE value IS 127 (50% from 255) = 39.20%
R=34.26%
G=26.54%
B=39.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111861270.130.3200.50276.5919.2541.76
Hex6F567FD20032115132a
Octal15712617715400624252352
Binary1101111101011011111111101100000011001010001010110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F567F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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