#684182

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

Shades of Affair #684182

Tints of Affair #684182

Color information

#684182 (or 0x684182) is unknown color: approx Affair. HEX triplet: 68, 41 and 82. RGB value is (104,65,130). Sum of RGB (Red+Green+Blue) = 104+65+130=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 130 - color contains mainly: blue. Hex color #684182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684182 is #97BE7D. Grayscale: #535353. Windows color (decimal): -9944702 or 8536424. OLE color: 8536424.

HSL color Cylindrical-coordinate representation of color #684182: hue angle of 276º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684182 is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10465130-
CMYK0.20.5000.49
HSL276º33.33%38.24%-
HSV(B)276º50%50.98%-
XYZ11.638.3422.12-
YUV84.07153.92142.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 130 (51.17% from 255) = 43.48%
R=34.78%
G=21.74%
B=43.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104651300.20.5000.4927633.3338.24
Hex68418214320311142126
Octal15010120224620614244146
Binary1101000100000110000010101001100100110001100010100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684182; }

 p { color: rgb(104,65,130); }

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

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

 a { background-color: rgb(104,65,130); }

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

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

 span { border-color: rgb(104,65,130); }

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