#684384

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

Shades of Affair #684384

Tints of Affair #684384

Color information

#684384 (or 0x684384) is unknown color: approx Affair. HEX triplet: 68, 43 and 84. RGB value is (104,67,132). Sum of RGB (Red+Green+Blue) = 104+67+132=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 132 (51.95% from 255 or 43.56% from 303); Max value from RGB is 132 - color contains mainly: blue. Hex color #684384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684384 is #97BC7B. Grayscale: #555555. Windows color (decimal): -9944188 or 8668008. OLE color: 8668008.

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

Color convert

RGB10467132-
CMYK0.210.4900.48
HSL274.15º32.66%39.02%-
HSV(B)274.15º49.24%51.76%-
XYZ11.888.6222.87-
YUV85.47154.26141.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 132 (51.95% from 255) = 43.56%
R=34.32%
G=22.11%
B=43.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104671320.210.4900.48274.1532.6639.02
Hex68438415310301122127
Octal15010320425610604224147
Binary1101000100001110000100101011100010110000100010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684384; }

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

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

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

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

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

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

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

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