#684B79

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

Shades of Affair #684B79

Tints of Affair #684B79

Color information

#684B79 (or 0x684B79) is unknown color: approx Affair. HEX triplet: 68, 4B and 79. RGB value is (104,75,121). Sum of RGB (Red+Green+Blue) = 104+75+121=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 75 (29.69% from 255 or 25% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #684B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B79 is #97B486. Grayscale: #585858. Windows color (decimal): -9942151 or 7949160. OLE color: 7949160.

HSL color Cylindrical-coordinate representation of color #684B79: hue angle of 277.83º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684B79 is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10475121-
CMYK0.140.3800.53
HSL277.83º23.47%38.43%-
HSV(B)277.83º38.02%47.45%-
XYZ11.689.3619.28-
YUV88.92146.11138.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 75 (29.69% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 40.33%
R=34.67%
G=25%
B=40.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104751210.140.3800.53277.8323.4738.43
Hex684B79E260351161726
Octal15011317116460654262746
Binary1101000100101111110011110100110011010110001011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,75,121); }

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

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

 a { background-color: rgb(104,75,121); }

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

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

 span { border-color: rgb(104,75,121); }

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