Html Css Color HEX #684983 Affair

📋 copy color: '#684983'

red 104 ◦ green 73 ◦ blue 131

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

Shades of Affair #684983

Tints of Affair #684983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.7%

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

R = 33.77%
G = 23.7%
B = 42.53%

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

#684983 (or 0x684983) is known color: Affair. HEX triplet: 68, 49 and 83. RGB value is (104,73,131). Sum of RGB (Red+Green+Blue) = 104+73+131=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #684983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684983 is #97B67C. Grayscale: #585858. Windows color (decimal): -9942653 or 8604008. OLE color: 8604008.

HSL color Cylindrical-coordinate representation of color #684983: hue angle of 272.07º 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 #684983 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 73 131 -
CMYK 0.21 0.44 0 0.49
HSL 272.07º 0.28% 0.4% -
HSV(B) 272.07º 0.44% 0.51% -
XYZ 12.19 9.35 22.63 -
YUV 88.88 151.77 138.78 -
System Red Green Blue C M Y K H S L
Decimal 104 73 131 0.21 0.44 0 0.49 272.07 0.28 0.4
Hex 68 49 83 15 2C 0 31 110 1C 28
Octal 150 111 203 25 54 0 61 420 34 50
Binary 1101000 1001001 10000011 10101 101100 0 110001 100010000 11100 101000

Color Harmonies of #684983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684983

Black with #684983

Text Example


Text Example

White with #684983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684983; }

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

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

background-color css

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

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

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

border-color css

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

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

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