Html Css Color HEX #684076 Eminence

📋 copy color: '#684076'

red 104 ◦ green 64 ◦ blue 118

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

Shades of Eminence #684076

Tints of Eminence #684076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 41.26%

R = 36.36%
G = 22.38%
B = 41.26%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#684076 (or 0x684076) is known color: Eminence. HEX triplet: 68, 40 and 76. RGB value is (104,64,118). Sum of RGB (Red+Green+Blue) = 104+64+118=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 118 (46.48% from 255 or 41.26% from 286); Max value from RGB is 118 - color contains mainly: blue. Hex color #684076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684076 is #97BF89. Grayscale: #515151. Windows color (decimal): -9944970 or 7749736. OLE color: 7749736.

HSL color Cylindrical-coordinate representation of color #684076: hue angle of 284.44º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #684076 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 64 118 -
CMYK 0.12 0.46 0 0.54
HSL 284.44º 0.3% 0.36% -
HSV(B) 284.44º 0.46% 0.46% -
XYZ 10.81 7.92 18.1 -
YUV 82.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 104 64 118 0.12 0.46 0 0.54 284.44 0.3 0.36
Hex 68 40 76 C 2E 0 36 11C 1E 24
Octal 150 100 166 14 56 0 66 434 36 44
Binary 1101000 1000000 1110110 1100 101110 0 110110 100011100 11110 100100

Color Harmonies of #684076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684076

Black with #684076

Text Example


Text Example

White with #684076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684076; }

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

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

background-color css

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

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

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

border-color css

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

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

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