Html Css Color HEX #684768 Eminence

📋 copy color: '#684768'

red 104 ◦ green 71 ◦ blue 104

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

Shades of Eminence #684768

Tints of Eminence #684768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 37.28%
G = 25.45%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#684768 (or 0x684768) is known color: Eminence. HEX triplet: 68, 47 and 68. RGB value is (104,71,104). Sum of RGB (Red+Green+Blue) = 104+71+104=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684768 is #97B897. Grayscale: #545454. Windows color (decimal): -9943192 or 6834024. OLE color: 6834024.

HSL color Cylindrical-coordinate representation of color #684768: hue angle of 300º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684768 is Cyan = 0, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 71 104 -
CMYK 0 0.32 0 0.59
HSL 300º 0.19% 0.34% -
HSV(B) 300º 0.32% 0.41% -
XYZ 10.46 8.45 14.18 -
YUV 84.63 138.93 141.82 -
System Red Green Blue C M Y K H S L
Decimal 104 71 104 0 0.32 0 0.59 300 0.19 0.34
Hex 68 47 68 0 20 0 3B 12C 13 22
Octal 150 107 150 0 40 0 73 454 23 42
Binary 1101000 1000111 1101000 0 100000 0 111011 100101100 10011 100010

Color Harmonies of #684768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684768

Black with #684768

Text Example


Text Example

White with #684768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684768; }

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

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

background-color css

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

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

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

border-color css

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

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

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