#684484

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

Shades of Affair #684484

Tints of Affair #684484

Color information

#684484 (or 0x684484) is unknown color: approx Affair. HEX triplet: 68, 44 and 84. RGB value is (104,68,132). Sum of RGB (Red+Green+Blue) = 104+68+132=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 132 (51.95% from 255 or 43.42% from 304); Max value from RGB is 132 - color contains mainly: blue. Hex color #684484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684484 is #97BB7B. Grayscale: #555555. Windows color (decimal): -9943932 or 8668264. OLE color: 8668264.

HSL color Cylindrical-coordinate representation of color #684484: hue angle of 273.75º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #684484 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10468132-
CMYK0.210.4800.48
HSL273.75º32%39.22%-
HSV(B)273.75º48.48%51.76%-
XYZ11.948.7422.89-
YUV86.06153.93140.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 68 (26.95% from 255) = 22.37%
BLUE value IS 132 (51.95% from 255) = 43.42%
R=34.21%
G=22.37%
B=43.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104681320.210.4800.48273.753239.22
Hex68448415300301122027
Octal15010420425600604224047
Binary1101000100010010000100101011100000110000100010010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684484; }

 p { color: rgb(104,68,132); }

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

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

 a { background-color: rgb(104,68,132); }

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

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

 span { border-color: rgb(104,68,132); }

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