#6F577B

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

Shades of Affair #6F577B

Tints of Affair #6F577B

Color information

#6F577B (or 0x6F577B) is unknown color: approx Affair. HEX triplet: 6F, 57 and 7B. RGB value is (111,87,123). Sum of RGB (Red+Green+Blue) = 111+87+123=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 123 - color contains mainly: blue. Hex color #6F577B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F577B is #90A884. Grayscale: #626262. Windows color (decimal): -9480325 or 8083311. OLE color: 8083311.

HSL color Cylindrical-coordinate representation of color #6F577B: hue angle of 280º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F577B is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11187123-
CMYK0.100.2900.52
HSL280º17.14%41.18%-
HSV(B)280º29.27%48.24%-
XYZ13.5411.6320.27-
YUV98.28141.95137.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.58%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 123 (48.44% from 255) = 38.32%
R=34.58%
G=27.10%
B=38.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal111871230.100.2900.5228017.1441.18
Hex6F577BA1D0341181129
Octal15712717312350644302151
Binary110111110101111111011101011101011010010001100010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,87,123); }

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

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

 a { background-color: rgb(111,87,123); }

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

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

 span { border-color: rgb(111,87,123); }

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