Html Css Color HEX #684687 Affair

📋 copy color: '#684687'

red 104 ◦ green 70 ◦ blue 135

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

Shades of Affair #684687

Tints of Affair #684687

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

 BLUE value IS 135 (53.13% from 255) = 43.69%

R = 33.66%
G = 22.65%
B = 43.69%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#684687 (or 0x684687) is known color: Affair. HEX triplet: 68, 46 and 87. RGB value is (104,70,135). Sum of RGB (Red+Green+Blue) = 104+70+135=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 135 (53.12% from 255 or 43.69% from 309); Max value from RGB is 135 - color contains mainly: blue. Hex color #684687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684687 is #97B978. Grayscale: #575757. Windows color (decimal): -9943417 or 8865384. OLE color: 8865384.

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

Color convert

RGB 104 70 135 -
CMYK 0.23 0.48 0 0.47
HSL 271.38º 0.32% 0.4% -
HSV(B) 271.38º 0.48% 0.53% -
XYZ 12.27 9.07 24.03 -
YUV 87.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 104 70 135 0.23 0.48 0 0.47 271.38 0.32 0.4
Hex 68 46 87 17 30 0 2F 10F 20 28
Octal 150 106 207 27 60 0 57 417 40 50
Binary 1101000 1000110 10000111 10111 110000 0 101111 100001111 100000 101000

Color Harmonies of #684687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684687

Black with #684687

Text Example


Text Example

White with #684687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684687; }

 p { color: rgb(104,70,135); }

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

background-color css

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

 a { background-color: rgb(104,70,135); }

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

border-color css

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

 span { border-color: rgb(104,70,135); }

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