#684385

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

Shades of Affair #684385

Tints of Affair #684385

Color information

#684385 (or 0x684385) is unknown color: approx Affair. HEX triplet: 68, 43 and 85. RGB value is (104,67,133). Sum of RGB (Red+Green+Blue) = 104+67+133=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 133 - color contains mainly: blue. Hex color #684385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684385 is #97BC7A. Grayscale: #555555. Windows color (decimal): -9944187 or 8733544. OLE color: 8733544.

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

Color convert

RGB10467133-
CMYK0.220.5000.48
HSL273.64º33%39.22%-
HSV(B)273.64º49.62%52.16%-
XYZ11.958.6523.23-
YUV85.59154.76141.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 67 (26.56% from 255) = 22.04%
BLUE value IS 133 (52.34% from 255) = 43.75%
R=34.21%
G=22.04%
B=43.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104671330.220.5000.48273.643339.22
Hex68438516320301122127
Octal15010320526620604224147
Binary1101000100001110000101101101100100110000100010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684385; }

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

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

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

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

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

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

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

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