Html Css Color HEX #684072 Eminence

📋 copy color: '#684072'

red 104 ◦ green 64 ◦ blue 114

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

Shades of Eminence #684072

Tints of Eminence #684072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 36.88%
G = 22.7%
B = 40.43%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#684072 (or 0x684072) is known color: Eminence. HEX triplet: 68, 40 and 72. RGB value is (104,64,114). Sum of RGB (Red+Green+Blue) = 104+64+114=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #684072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684072 is #97BF8D. Grayscale: #515151. Windows color (decimal): -9944974 or 7487592. OLE color: 7487592.

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

Color convert

RGB 104 64 114 -
CMYK 0.09 0.44 0 0.55
HSL 288º 0.28% 0.35% -
HSV(B) 288º 0.44% 0.45% -
XYZ 10.58 7.82 16.87 -
YUV 81.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 104 64 114 0.09 0.44 0 0.55 288 0.28 0.35
Hex 68 40 72 9 2C 0 37 120 1C 23
Octal 150 100 162 11 54 0 67 440 34 43
Binary 1101000 1000000 1110010 1001 101100 0 110111 100100000 11100 100011

Color Harmonies of #684072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684072

Black with #684072

Text Example


Text Example

White with #684072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684072; }

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

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

background-color css

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

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

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

border-color css

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

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

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