Html Css Color HEX #684471 Eminence

📋 copy color: '#684471'

red 104 ◦ green 68 ◦ blue 113

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

Shades of Eminence #684471

Tints of Eminence #684471

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.86%

 BLUE value IS 113 (44.53% from 255) = 39.65%

R = 36.49%
G = 23.86%
B = 39.65%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#684471 (or 0x684471) is known color: Eminence. HEX triplet: 68, 44 and 71. RGB value is (104,68,113). Sum of RGB (Red+Green+Blue) = 104+68+113=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #684471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684471 is #97BB8E. Grayscale: #535353. Windows color (decimal): -9943951 or 7423080. OLE color: 7423080.

HSL color Cylindrical-coordinate representation of color #684471: hue angle of 288º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684471 is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 68 113 -
CMYK 0.08 0.40 0 0.56
HSL 288º 0.25% 0.35% -
HSV(B) 288º 0.4% 0.44% -
XYZ 10.76 8.27 16.65 -
YUV 83.89 144.43 142.34 -
System Red Green Blue C M Y K H S L
Decimal 104 68 113 0.08 0.40 0 0.56 288 0.25 0.35
Hex 68 44 71 8 28 0 38 120 19 23
Octal 150 104 161 10 50 0 70 440 31 43
Binary 1101000 1000100 1110001 1000 101000 0 111000 100100000 11001 100011

Color Harmonies of #684471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684471

Black with #684471

Text Example


Text Example

White with #684471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684471; }

 p { color: rgb(104,68,113); }

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

background-color css

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

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

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

border-color css

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

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

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