#684485

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

Shades of Affair #684485

Tints of Affair #684485

Color information

#684485 (or 0x684485) is unknown color: approx Affair. HEX triplet: 68, 44 and 85. RGB value is (104,68,133). Sum of RGB (Red+Green+Blue) = 104+68+133=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 133 - color contains mainly: blue. Hex color #684485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684485 is #97BB7A. Grayscale: #555555. Windows color (decimal): -9943931 or 8733800. OLE color: 8733800.

HSL color Cylindrical-coordinate representation of color #684485: hue angle of 273.23º degrees, saturation: 0.32, 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 #684485 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10468133-
CMYK0.220.4900.48
HSL273.23º32.34%39.41%-
HSV(B)273.23º48.87%52.16%-
XYZ12.018.7723.25-
YUV86.17154.43140.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 133 (52.34% from 255) = 43.61%
R=34.10%
G=22.30%
B=43.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104681330.220.4900.48273.2332.3439.41
Hex68448516310301112027
Octal15010420526610604214047
Binary1101000100010010000101101101100010110000100010001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684485; }

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

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

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

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

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

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

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

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