#6f507a

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

Shades of Affair #6F507A

Tints of Affair #6F507A

Color information

#6F507A (or 0x6F507A) is unknown color: approx Affair. HEX triplet: 6F, 50 and 7A. RGB value is (111,80,122). Sum of RGB (Red+Green+Blue) = 111+80+122=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 122 - color contains mainly: blue. Hex color #6F507A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F507A is #90AF85. Grayscale: #5D5D5D. Windows color (decimal): -9482118 or 8015983. OLE color: 8015983.

HSL color Cylindrical-coordinate representation of color #6F507A: hue angle of 284.29º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F507A is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11180122-
CMYK0.090.3400.52
HSL284.29º20.79%39.61%-
HSV(B)284.29º34.43%47.84%-
XYZ12.9410.5219.76-
YUV94.06143.77140.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 80 (31.64% from 255) = 25.56%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=35.46%
G=25.56%
B=38.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111801220.090.3400.52284.2920.7939.61
Hex6F507A92203411c1528
Octal15712017211420644342550
Binary1101111101000011110101001100010011010010001110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f507a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,80,122); }

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

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

 a { background-color: rgb(111,80,122); }

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

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

 span { border-color: rgb(111,80,122); }

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