Html Css Color HEX #684684 Affair

📋 copy color: '#684684'

red 104 ◦ green 70 ◦ blue 132

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

Shades of Affair #684684

Tints of Affair #684684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 43.14%

R = 33.99%
G = 22.88%
B = 43.14%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#684684 (or 0x684684) is known color: Affair. HEX triplet: 68, 46 and 84. RGB value is (104,70,132). Sum of RGB (Red+Green+Blue) = 104+70+132=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #684684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684684 is #97B97B. Grayscale: #575757. Windows color (decimal): -9943420 or 8668776. OLE color: 8668776.

HSL color Cylindrical-coordinate representation of color #684684: hue angle of 272.9º degrees, saturation: 0.31, 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 #684684 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 70 132 -
CMYK 0.21 0.47 0 0.48
HSL 272.9º 0.31% 0.4% -
HSV(B) 272.9º 0.47% 0.52% -
XYZ 12.06 8.99 22.93 -
YUV 87.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 104 70 132 0.21 0.47 0 0.48 272.9 0.31 0.4
Hex 68 46 84 15 2F 0 30 111 1F 28
Octal 150 106 204 25 57 0 60 421 37 50
Binary 1101000 1000110 10000100 10101 101111 0 110000 100010001 11111 101000

Color Harmonies of #684684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684684

Black with #684684

Text Example


Text Example

White with #684684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684684; }

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

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

background-color css

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

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

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

border-color css

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

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

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