Html Css Color HEX #684181 Affair

📋 copy color: '#684181'

red 104 ◦ green 65 ◦ blue 129

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

Shades of Affair #684181

Tints of Affair #684181

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

 BLUE value IS 129 (50.78% from 255) = 43.29%

R = 34.9%
G = 21.81%
B = 43.29%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#684181 (or 0x684181) is known color: Affair. HEX triplet: 68, 41 and 81. RGB value is (104,65,129). Sum of RGB (Red+Green+Blue) = 104+65+129=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #684181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684181 is #97BE7E. Grayscale: #535353. Windows color (decimal): -9944703 or 8470888. OLE color: 8470888.

HSL color Cylindrical-coordinate representation of color #684181: hue angle of 276.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684181 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 65 129 -
CMYK 0.19 0.50 0 0.49
HSL 276.56º 0.33% 0.38% -
HSV(B) 276.56º 0.5% 0.51% -
XYZ 11.56 8.31 21.76 -
YUV 83.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 104 65 129 0.19 0.50 0 0.49 276.56 0.33 0.38
Hex 68 41 81 13 32 0 31 115 21 26
Octal 150 101 201 23 62 0 61 425 41 46
Binary 1101000 1000001 10000001 10011 110010 0 110001 100010101 100001 100110

Color Harmonies of #684181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684181

Black with #684181

Text Example


Text Example

White with #684181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684181; }

 p { color: rgb(104,65,129); }

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

background-color css

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

 a { background-color: rgb(104,65,129); }

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

border-color css

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

 span { border-color: rgb(104,65,129); }

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