Html Css Color HEX #684683 Affair

📋 copy color: '#684683'

red 104 ◦ green 70 ◦ blue 131

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

Shades of Affair #684683

Tints of Affair #684683

RGB

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

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

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

R = 34.1%
G = 22.95%
B = 42.95%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#684683 (or 0x684683) is known color: Affair. HEX triplet: 68, 46 and 83. RGB value is (104,70,131). Sum of RGB (Red+Green+Blue) = 104+70+131=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 131 - color contains mainly: blue. Hex color #684683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684683 is #97B97C. Grayscale: #565656. Windows color (decimal): -9943421 or 8603240. OLE color: 8603240.

HSL color Cylindrical-coordinate representation of color #684683: hue angle of 273.44º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #684683 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 70 131 -
CMYK 0.21 0.47 0 0.49
HSL 273.44º 0.3% 0.39% -
HSV(B) 273.44º 0.47% 0.51% -
XYZ 12 8.96 22.57 -
YUV 87.12 152.76 140.04 -
System Red Green Blue C M Y K H S L
Decimal 104 70 131 0.21 0.47 0 0.49 273.44 0.3 0.39
Hex 68 46 83 15 2F 0 31 111 1E 27
Octal 150 106 203 25 57 0 61 421 36 47
Binary 1101000 1000110 10000011 10101 101111 0 110001 100010001 11110 100111

Color Harmonies of #684683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684683

Black with #684683

Text Example


Text Example

White with #684683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684683; }

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

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

background-color css

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

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

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

border-color css

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

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

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