#684286

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

Shades of Affair #684286

Tints of Affair #684286

Color information

#684286 (or 0x684286) is unknown color: approx Affair. HEX triplet: 68, 42 and 86. RGB value is (104,66,134). Sum of RGB (Red+Green+Blue) = 104+66+134=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #684286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684286 is #97BD79. Grayscale: #545454. Windows color (decimal): -9944442 or 8798824. OLE color: 8798824.

HSL color Cylindrical-coordinate representation of color #684286: hue angle of 273.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684286 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10466134-
CMYK0.220.5100.47
HSL273.53º34%39.22%-
HSV(B)273.53º50.75%52.55%-
XYZ11.968.5623.58-
YUV85.11155.59141.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=34.21%
G=21.71%
B=44.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104661340.220.5100.47273.533439.22
Hex684286163302F1122227
Octal15010220626630574224247
Binary1101000100001010000110101101100110101111100010010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684286; }

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

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

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

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

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

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

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

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