#684B85

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

Shades of Affair #684B85

Tints of Affair #684B85

Color information

#684B85 (or 0x684B85) is unknown color: approx Affair. HEX triplet: 68, 4B and 85. RGB value is (104,75,133). Sum of RGB (Red+Green+Blue) = 104+75+133=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #684B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684B85 is #97B47A. Grayscale: #5A5A5A. Windows color (decimal): -9942139 or 8735592. OLE color: 8735592.

HSL color Cylindrical-coordinate representation of color #684B85: hue angle of 270º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #684B85 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10475133-
CMYK0.220.4400.48
HSL270º27.88%40.78%-
HSV(B)270º43.61%52.16%-
XYZ12.469.6723.4-
YUV90.28152.11137.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 133 (52.34% from 255) = 42.63%
R=33.33%
G=24.04%
B=42.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104751330.220.4400.4827027.8840.78
Hex684B85162C03010e1c29
Octal15011320526540604163451
Binary110100010010111000010110110101100011000010000111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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