#684D7F

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

Shades of Affair #684D7F

Tints of Affair #684D7F

Color information

#684D7F (or 0x684D7F) is unknown color: approx Affair. HEX triplet: 68, 4D and 7F. RGB value is (104,77,127). Sum of RGB (Red+Green+Blue) = 104+77+127=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #684D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D7F is #97B280. Grayscale: #5A5A5A. Windows color (decimal): -9941633 or 8342888. OLE color: 8342888.

HSL color Cylindrical-coordinate representation of color #684D7F: hue angle of 272.4º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #684D7F is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10477127-
CMYK0.180.3900.50
HSL272.4º24.51%40%-
HSV(B)272.4º39.37%49.8%-
XYZ12.199.7821.32-
YUV90.77148.45137.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 127 (50% from 255) = 41.23%
R=33.77%
G=25%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal104771270.180.3900.50272.424.5140
Hex684D7F12270321101928
Octal15011517722470624203150
Binary11010001001101111111110010100111011001010001000011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D7F; }

 p { color: rgb(104,77,127); }

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

<style>
 a { background-color: #684D7F; }

 a { background-color: rgb(104,77,127); }

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

<style>
 span { border-color: #684D7F; }

 span { border-color: rgb(104,77,127); }

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