#6F597D

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

Shades of Affair #6F597D

Tints of Affair #6F597D

Color information

#6F597D (or 0x6F597D) is unknown color: approx Affair. HEX triplet: 6F, 59 and 7D. RGB value is (111,89,125). Sum of RGB (Red+Green+Blue) = 111+89+125=325 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.15% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 125 - color contains mainly: blue. Hex color #6F597D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F597D is #90A682. Grayscale: #636363. Windows color (decimal): -9479811 or 8214895. OLE color: 8214895.

HSL color Cylindrical-coordinate representation of color #6F597D: hue angle of 276.67º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F597D is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11189125-
CMYK0.110.2900.51
HSL276.67º16.82%41.96%-
HSV(B)276.67º28.8%49.02%-
XYZ13.831220.99-
YUV99.68142.29136.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.15%
GREEN value IS 89 (35.16% from 255) = 27.38%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=34.15%
G=27.38%
B=38.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal111891250.110.2900.51276.6716.8241.96
Hex6F597DB1D033115112a
Octal15713117513350634252152
Binary110111110110011111101101111101011001110001010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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