#684282

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

Shades of Affair #684282

Tints of Affair #684282

Color information

#684282 (or 0x684282) is unknown color: approx Affair. HEX triplet: 68, 42 and 82. RGB value is (104,66,130). Sum of RGB (Red+Green+Blue) = 104+66+130=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #684282 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684282 is #97BD7D. Grayscale: #545454. Windows color (decimal): -9944446 or 8536680. OLE color: 8536680.

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

Color convert

RGB10466130-
CMYK0.20.4900.49
HSL275.62º32.65%38.43%-
HSV(B)275.62º49.23%50.98%-
XYZ11.698.4522.13-
YUV84.66153.59141.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.67%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 130 (51.17% from 255) = 43.33%
R=34.67%
G=22%
B=43.33%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104661300.20.4900.49275.6232.6538.43
Hex68428214310311142126
Octal15010220224610614244146
Binary1101000100001010000010101001100010110001100010100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684282; }

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

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

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

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

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

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

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

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