Html Css Color HEX #684174 Eminence

📋 copy color: '#684174'

red 104 ◦ green 65 ◦ blue 116

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

Shades of Eminence #684174

Tints of Eminence #684174

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.81%

 BLUE value IS 116 (45.7% from 255) = 40.7%

R = 36.49%
G = 22.81%
B = 40.7%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#684174 (or 0x684174) is known color: Eminence. HEX triplet: 68, 41 and 74. RGB value is (104,65,116). Sum of RGB (Red+Green+Blue) = 104+65+116=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #684174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684174 is #97BE8B. Grayscale: #525252. Windows color (decimal): -9944716 or 7618920. OLE color: 7618920.

HSL color Cylindrical-coordinate representation of color #684174: hue angle of 285.88º 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 #684174 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 65 116 -
CMYK 0.10 0.44 0 0.55
HSL 285.88º 0.28% 0.35% -
HSV(B) 285.88º 0.44% 0.45% -
XYZ 10.75 7.98 17.5 -
YUV 82.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 104 65 116 0.10 0.44 0 0.55 285.88 0.28 0.35
Hex 68 41 74 A 2C 0 37 11E 1C 23
Octal 150 101 164 12 54 0 67 436 34 43
Binary 1101000 1000001 1110100 1010 101100 0 110111 100011110 11100 100011

Color Harmonies of #684174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684174

Black with #684174

Text Example


Text Example

White with #684174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684174; }

 p { color: rgb(104,65,116); }

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

background-color css

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

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

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

border-color css

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

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

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