#6A497F

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

Shades of Affair #6A497F

Tints of Affair #6A497F

Color information

#6A497F (or 0x6A497F) is unknown color: approx Affair. HEX triplet: 6A, 49 and 7F. RGB value is (106,73,127). Sum of RGB (Red+Green+Blue) = 106+73+127=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 127 - color contains mainly: blue. Hex color #6A497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A497F is #95B680. Grayscale: #585858. Windows color (decimal): -9811585 or 8341866. OLE color: 8341866.

HSL color Cylindrical-coordinate representation of color #6A497F: hue angle of 276.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A497F is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10673127-
CMYK0.170.4300.50
HSL276.67º27%39.22%-
HSV(B)276.67º42.52%49.8%-
XYZ12.169.3621.24-
YUV89.02149.43140.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 73 (28.91% from 255) = 23.86%
BLUE value IS 127 (50% from 255) = 41.50%
R=34.64%
G=23.86%
B=41.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal106731270.170.4300.50276.672739.22
Hex6A497F112B0321151b27
Octal15211117721530624253347
Binary11010101001001111111110001101011011001010001010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,73,127); }

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

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

 a { background-color: rgb(106,73,127); }

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

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

 span { border-color: rgb(106,73,127); }

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