Html Css Color HEX #685478 Affair

📋 copy color: '#685478'

red 104 ◦ green 84 ◦ blue 120

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

Shades of Affair #685478

Tints of Affair #685478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.27%

 BLUE value IS 120 (47.27% from 255) = 38.96%

R = 33.77%
G = 27.27%
B = 38.96%

CMYK

 C value IS 0.13

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#685478 (or 0x685478) is known color: Affair. HEX triplet: 68, 54 and 78. RGB value is (104,84,120). Sum of RGB (Red+Green+Blue) = 104+84+120=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #685478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685478 is #97AB87. Grayscale: #5D5D5D. Windows color (decimal): -9939848 or 7885928. OLE color: 7885928.

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

Color convert

RGB 104 84 120 -
CMYK 0.13 0.3 0 0.53
HSL 273.33º 0.18% 0.4% -
HSV(B) 273.33º 0.3% 0.47% -
XYZ 12.27 10.64 19.18 -
YUV 94.08 142.63 135.07 -
System Red Green Blue C M Y K H S L
Decimal 104 84 120 0.13 0.3 0 0.53 273.33 0.18 0.4
Hex 68 54 78 D 1E 0 35 111 12 28
Octal 150 124 170 15 36 0 65 421 22 50
Binary 1101000 1010100 1111000 1101 11110 0 110101 100010001 10010 101000

Color Harmonies of #685478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685478

Black with #685478

Text Example


Text Example

White with #685478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685478; }

 p { color: rgb(104,84,120); }

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

background-color css

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

 a { background-color: rgb(104,84,120); }

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

border-color css

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

 span { border-color: rgb(104,84,120); }

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