#6F5A80

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

Shades of Affair #6F5A80

Tints of Affair #6F5A80

Color information

#6F5A80 (or 0x6F5A80) is unknown color: approx Affair. HEX triplet: 6F, 5A and 80. RGB value is (111,90,128). Sum of RGB (Red+Green+Blue) = 111+90+128=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F5A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5A80 is #90A57F. Grayscale: #646464. Windows color (decimal): -9479552 or 8411759. OLE color: 8411759.

HSL color Cylindrical-coordinate representation of color #6F5A80: hue angle of 273.16º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F5A80 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11190128-
CMYK0.130.3000.50
HSL273.16º17.43%42.75%-
HSV(B)273.16º29.69%50.2%-
XYZ14.1112.2522.04-
YUV100.61143.46135.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.74%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=33.74%
G=27.36%
B=38.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111901280.130.3000.50273.1617.4342.75
Hex6F5A80D1E032111112b
Octal15713220015360624212153
Binary1101111101101010000000110111110011001010001000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,90,128); }

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

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

 a { background-color: rgb(111,90,128); }

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

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

 span { border-color: rgb(111,90,128); }

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