Html Css Color HEX #684C7F Affair

📋 copy color: '#684C7F'

red 104 ◦ green 76 ◦ blue 127

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

Shades of Affair #684C7F

Tints of Affair #684C7F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.76%

 BLUE value IS 127 (50% from 255) = 41.37%

R = 33.88%
G = 24.76%
B = 41.37%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#684C7F (or 0x684C7F) is known color: Affair. HEX triplet: 68, 4C and 7F. RGB value is (104,76,127). Sum of RGB (Red+Green+Blue) = 104+76+127=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 127 (50% from 255 or 41.37% from 307); Max value from RGB is 127 - color contains mainly: blue. Hex color #684C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684C7F is #97B380. Grayscale: #5A5A5A. Windows color (decimal): -9941889 or 8342632. OLE color: 8342632.

HSL color Cylindrical-coordinate representation of color #684C7F: hue angle of 272.94º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684C7F is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 76 127 -
CMYK 0.18 0.40 0 0.50
HSL 272.94º 0.25% 0.4% -
HSV(B) 272.94º 0.4% 0.5% -
XYZ 12.12 9.64 21.3 -
YUV 90.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 104 76 127 0.18 0.40 0 0.50 272.94 0.25 0.4
Hex 68 4C 7F 12 28 0 32 111 19 28
Octal 150 114 177 22 50 0 62 421 31 50
Binary 1101000 1001100 1111111 10010 101000 0 110010 100010001 11001 101000

Color Harmonies of #684C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684C7F

Black with #684C7F

Text Example


Text Example

White with #684C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,76,127); }

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

background-color css

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

 a { background-color: rgb(104,76,127); }

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

border-color css

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

 span { border-color: rgb(104,76,127); }

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