Html Css Color HEX #685379 Affair

📋 copy color: '#685379'

red 104 ◦ green 83 ◦ blue 121

#685379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #685379

Tints of Affair #685379

RGB

 RED value IS 104 (41.02% from 255) = 33.77%

 GREEN value IS 83 (32.81% from 255) = 26.95%

 BLUE value IS 121 (47.66% from 255) = 39.29%

R = 33.77%
G = 26.95%
B = 39.29%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#685379 (or 0x685379) is known color: Affair. HEX triplet: 68, 53 and 79. RGB value is (104,83,121). Sum of RGB (Red+Green+Blue) = 104+83+121=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #685379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685379 is #97AC86. Grayscale: #5D5D5D. Windows color (decimal): -9940103 or 7951208. OLE color: 7951208.

HSL color Cylindrical-coordinate representation of color #685379: hue angle of 273.16º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #685379 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 104 83 121 -
CMYK 0.14 0.31 0 0.53
HSL 273.16º 0.19% 0.4% -
HSV(B) 273.16º 0.31% 0.47% -
XYZ 12.25 10.51 19.47 -
YUV 93.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 104 83 121 0.14 0.31 0 0.53 273.16 0.19 0.4
Hex 68 53 79 E 1F 0 35 111 13 28
Octal 150 123 171 16 37 0 65 421 23 50
Binary 1101000 1010011 1111001 1110 11111 0 110101 100010001 10011 101000

Color Harmonies of #685379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685379

Black with #685379

Text Example


Text Example

White with #685379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685379; }

 p { color: rgb(104,83,121); }

 H1.HeaderClassName
 {
   color: #685379;
 }
 .AnyTagClassName
 {
   color: #685379;
 }
</style>

background-color css

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

 a { background-color: rgb(104,83,121); }

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

border-color css

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

 span { border-color: rgb(104,83,121); }

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