Html Css Color HEX #684785 Affair

📋 copy color: '#684785'

red 104 ◦ green 71 ◦ blue 133

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

Shades of Affair #684785

Tints of Affair #684785

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 33.77%
G = 23.05%
B = 43.18%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#684785 (or 0x684785) is known color: Affair. HEX triplet: 68, 47 and 85. RGB value is (104,71,133). Sum of RGB (Red+Green+Blue) = 104+71+133=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #684785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684785 is #97B87A. Grayscale: #575757. Windows color (decimal): -9943163 or 8734568. OLE color: 8734568.

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

Color convert

RGB 104 71 133 -
CMYK 0.22 0.47 0 0.48
HSL 271.94º 0.3% 0.4% -
HSV(B) 271.94º 0.47% 0.52% -
XYZ 12.2 9.14 23.31 -
YUV 87.94 153.43 139.46 -
System Red Green Blue C M Y K H S L
Decimal 104 71 133 0.22 0.47 0 0.48 271.94 0.3 0.4
Hex 68 47 85 16 2F 0 30 110 1E 28
Octal 150 107 205 26 57 0 60 420 36 50
Binary 1101000 1000111 10000101 10110 101111 0 110000 100010000 11110 101000

Color Harmonies of #684785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684785

Black with #684785

Text Example


Text Example

White with #684785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684785; }

 p { color: rgb(104,71,133); }

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

background-color css

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

 a { background-color: rgb(104,71,133); }

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

border-color css

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

 span { border-color: rgb(104,71,133); }

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