Html Css Color HEX #685375 Affair

📋 copy color: '#685375'

red 104 ◦ green 83 ◦ blue 117

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

Shades of Affair #685375

Tints of Affair #685375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 34.21%
G = 27.3%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#685375 (or 0x685375) is known color: Affair. HEX triplet: 68, 53 and 75. RGB value is (104,83,117). Sum of RGB (Red+Green+Blue) = 104+83+117=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #685375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685375 is #97AC8A. Grayscale: #5D5D5D. Windows color (decimal): -9940107 or 7689064. OLE color: 7689064.

HSL color Cylindrical-coordinate representation of color #685375: hue angle of 277.06º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #685375 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 83 117 -
CMYK 0.11 0.29 0 0.54
HSL 277.06º 0.17% 0.39% -
HSV(B) 277.06º 0.29% 0.46% -
XYZ 12.01 10.41 18.21 -
YUV 93.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 104 83 117 0.11 0.29 0 0.54 277.06 0.17 0.39
Hex 68 53 75 B 1D 0 36 115 11 27
Octal 150 123 165 13 35 0 66 425 21 47
Binary 1101000 1010011 1110101 1011 11101 0 110110 100010101 10001 100111

Color Harmonies of #685375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685375

Black with #685375

Text Example


Text Example

White with #685375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685375; }

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

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

background-color css

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

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

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

border-color css

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

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

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