Html Css Color HEX #684A83 Affair

📋 copy color: '#684A83'

red 104 ◦ green 74 ◦ blue 131

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

Shades of Affair #684A83

Tints of Affair #684A83

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.95%

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 33.66%
G = 23.95%
B = 42.39%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#684A83 (or 0x684A83) is known color: Affair. HEX triplet: 68, 4A and 83. RGB value is (104,74,131). Sum of RGB (Red+Green+Blue) = 104+74+131=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #684A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684A83 is #97B57C. Grayscale: #595959. Windows color (decimal): -9942397 or 8604264. OLE color: 8604264.

HSL color Cylindrical-coordinate representation of color #684A83: hue angle of 271.58º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #684A83 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 74 131 -
CMYK 0.21 0.44 0 0.49
HSL 271.58º 0.28% 0.4% -
HSV(B) 271.58º 0.44% 0.51% -
XYZ 12.25 9.48 22.66 -
YUV 89.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 104 74 131 0.21 0.44 0 0.49 271.58 0.28 0.4
Hex 68 4A 83 15 2C 0 31 110 1C 28
Octal 150 112 203 25 54 0 61 420 34 50
Binary 1101000 1001010 10000011 10101 101100 0 110001 100010000 11100 101000

Color Harmonies of #684A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684A83

Black with #684A83

Text Example


Text Example

White with #684A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684A83; }

 p { color: rgb(104,74,131); }

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

background-color css

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

 a { background-color: rgb(104,74,131); }

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

border-color css

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

 span { border-color: rgb(104,74,131); }

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