#6A587A

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

Shades of Affair #6A587A

Tints of Affair #6A587A

Color information

#6A587A (or 0x6A587A) is unknown color: approx Affair. HEX triplet: 6A, 58 and 7A. RGB value is (106,88,122). Sum of RGB (Red+Green+Blue) = 106+88+122=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 88 (34.77% from 255 or 27.85% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 122 - color contains mainly: blue. Hex color #6A587A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A587A is #95A785. Grayscale: #616161. Windows color (decimal): -9807750 or 8018026. OLE color: 8018026.

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

Color convert

RGB10688122-
CMYK0.130.2800.52
HSL271.76º16.19%41.18%-
HSV(B)271.76º27.87%47.84%-
XYZ12.9511.4519.94-
YUV97.26141.96134.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.54%
GREEN value IS 88 (34.77% from 255) = 27.85%
BLUE value IS 122 (48.05% from 255) = 38.61%
R=33.54%
G=27.85%
B=38.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal106881220.130.2800.52271.7616.1941.18
Hex6A587AD1C0341101029
Octal15213017215340644202051
Binary110101010110001111010110111100011010010001000010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,122); }

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

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

 a { background-color: rgb(106,88,122); }

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

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

 span { border-color: rgb(106,88,122); }

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