Html Css Color HEX #684772 Eminence

📋 copy color: '#684772'

red 104 ◦ green 71 ◦ blue 114

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

Shades of Eminence #684772

Tints of Eminence #684772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

 BLUE value IS 114 (44.92% from 255) = 39.45%

R = 35.99%
G = 24.57%
B = 39.45%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#684772 (or 0x684772) is known color: Eminence. HEX triplet: 68, 47 and 72. RGB value is (104,71,114). Sum of RGB (Red+Green+Blue) = 104+71+114=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 114 (44.92% from 255 or 39.45% from 289); Max value from RGB is 114 - color contains mainly: blue. Hex color #684772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684772 is #97B88D. Grayscale: #555555. Windows color (decimal): -9943182 or 7489384. OLE color: 7489384.

HSL color Cylindrical-coordinate representation of color #684772: hue angle of 286.05º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684772 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 71 114 -
CMYK 0.09 0.38 0 0.55
HSL 286.05º 0.23% 0.36% -
HSV(B) 286.05º 0.38% 0.45% -
XYZ 11 8.66 17.01 -
YUV 85.77 143.93 141 -
System Red Green Blue C M Y K H S L
Decimal 104 71 114 0.09 0.38 0 0.55 286.05 0.23 0.36
Hex 68 47 72 9 26 0 37 11E 17 24
Octal 150 107 162 11 46 0 67 436 27 44
Binary 1101000 1000111 1110010 1001 100110 0 110111 100011110 10111 100100

Color Harmonies of #684772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684772

Black with #684772

Text Example


Text Example

White with #684772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684772; }

 p { color: rgb(104,71,114); }

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

background-color css

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

 a { background-color: rgb(104,71,114); }

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

border-color css

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

 span { border-color: rgb(104,71,114); }

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