#6F5578

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

Shades of Affair #6F5578

Tints of Affair #6F5578

Color information

#6F5578 (or 0x6F5578) is unknown color: approx Affair. HEX triplet: 6F, 55 and 78. RGB value is (111,85,120). Sum of RGB (Red+Green+Blue) = 111+85+120=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F5578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5578 is #90AA87. Grayscale: #606060. Windows color (decimal): -9480840 or 7886191. OLE color: 7886191.

HSL color Cylindrical-coordinate representation of color #6F5578: hue angle of 284.57º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F5578 is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11185120-
CMYK0.080.2900.53
HSL284.57º17.07%40.2%-
HSV(B)284.57º29.17%47.06%-
XYZ13.1911.2319.24-
YUV96.76141.11138.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.13%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 120 (47.27% from 255) = 37.97%
R=35.13%
G=26.90%
B=37.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111851200.080.2900.53284.5717.0740.2
Hex6F557881D03511d1128
Octal15712517010350654352150
Binary110111110101011111000100011101011010110001110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,85,120); }

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

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

 a { background-color: rgb(111,85,120); }

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

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

 span { border-color: rgb(111,85,120); }

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