Html Css Color HEX #684868 Eminence

📋 copy color: '#684868'

red 104 ◦ green 72 ◦ blue 104

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

Shades of Eminence #684868

Tints of Eminence #684868

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.71%

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

R = 37.14%
G = 25.71%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#684868 (or 0x684868) is known color: Eminence. HEX triplet: 68, 48 and 68. RGB value is (104,72,104). Sum of RGB (Red+Green+Blue) = 104+72+104=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 104 (41.02% from 255 or 37.14% from 280); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #684868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684868 is #97B797. Grayscale: #555555. Windows color (decimal): -9942936 or 6834280. OLE color: 6834280.

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

Color convert

RGB 104 72 104 -
CMYK 0 0.31 0 0.59
HSL 300º 0.18% 0.35% -
HSV(B) 300º 0.31% 0.41% -
XYZ 10.52 8.58 14.2 -
YUV 85.22 138.6 141.4 -
System Red Green Blue C M Y K H S L
Decimal 104 72 104 0 0.31 0 0.59 300 0.18 0.35
Hex 68 48 68 0 1F 0 3B 12C 12 23
Octal 150 110 150 0 37 0 73 454 22 43
Binary 1101000 1001000 1101000 0 11111 0 111011 100101100 10010 100011

Color Harmonies of #684868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684868

Black with #684868

Text Example


Text Example

White with #684868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684868; }

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

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

background-color css

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

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

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

border-color css

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

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

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