#6A5779

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

Shades of Affair #6A5779

Tints of Affair #6A5779

Color information

#6A5779 (or 0x6A5779) is unknown color: approx Affair. HEX triplet: 6A, 57 and 79. RGB value is (106,87,121). Sum of RGB (Red+Green+Blue) = 106+87+121=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #6A5779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5779 is #95A886. Grayscale: #606060. Windows color (decimal): -9808007 or 7952234. OLE color: 7952234.

HSL color Cylindrical-coordinate representation of color #6A5779: hue angle of 273.53º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6A5779 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10687121-
CMYK0.120.2800.53
HSL273.53º16.35%40.78%-
HSV(B)273.53º28.1%47.45%-
XYZ12.811.2619.59-
YUV96.56141.79134.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 87 (34.38% from 255) = 27.71%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=33.76%
G=27.71%
B=38.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106871210.120.2800.53273.5316.3540.78
Hex6A5779C1C0351121029
Octal15212717114340654222051
Binary110101010101111111001110011100011010110001001010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,87,121); }

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

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

 a { background-color: rgb(106,87,121); }

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

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

 span { border-color: rgb(106,87,121); }

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