#69497F

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

Shades of Affair #69497F

Tints of Affair #69497F

Color information

#69497F (or 0x69497F) is unknown color: approx Affair. HEX triplet: 69, 49 and 7F. RGB value is (105,73,127). Sum of RGB (Red+Green+Blue) = 105+73+127=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #69497F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69497F is #96B680. Grayscale: #585858. Windows color (decimal): -9877121 or 8341865. OLE color: 8341865.

HSL color Cylindrical-coordinate representation of color #69497F: hue angle of 275.56º 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 #69497F is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10573127-
CMYK0.170.4300.50
HSL275.56º27%39.22%-
HSV(B)275.56º42.52%49.8%-
XYZ12.049.321.24-
YUV88.72149.6139.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 127 (50% from 255) = 41.64%
R=34.43%
G=23.93%
B=41.64%

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
Decimal105731270.170.4300.50275.562739.22
Hex69497F112B0321141b27
Octal15111117721530624243347
Binary11010011001001111111110001101011011001010001010011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69497F; }

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

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

<style>
 a { background-color: #69497F; }

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

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

<style>
 span { border-color: #69497F; }

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

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