Html Css Color HEX #684573 Eminence

📋 copy color: '#684573'

red 104 ◦ green 69 ◦ blue 115

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

Shades of Eminence #684573

Tints of Eminence #684573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

 BLUE value IS 115 (45.31% from 255) = 39.93%

R = 36.11%
G = 23.96%
B = 39.93%

CMYK

 C value IS 0.10

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#684573 (or 0x684573) is known color: Eminence. HEX triplet: 68, 45 and 73. RGB value is (104,69,115). Sum of RGB (Red+Green+Blue) = 104+69+115=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 115 (45.31% from 255 or 39.93% from 288); Max value from RGB is 115 - color contains mainly: blue. Hex color #684573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684573 is #97BA8C. Grayscale: #545454. Windows color (decimal): -9943693 or 7554408. OLE color: 7554408.

HSL color Cylindrical-coordinate representation of color #684573: hue angle of 285.65º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #684573 is Cyan = 0.10, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 69 115 -
CMYK 0.10 0.4 0 0.55
HSL 285.65º 0.25% 0.36% -
HSV(B) 285.65º 0.4% 0.45% -
XYZ 10.93 8.44 17.27 -
YUV 84.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 104 69 115 0.10 0.4 0 0.55 285.65 0.25 0.36
Hex 68 45 73 A 28 0 37 11E 19 24
Octal 150 105 163 12 50 0 67 436 31 44
Binary 1101000 1000101 1110011 1010 101000 0 110111 100011110 11001 100100

Color Harmonies of #684573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684573

Black with #684573

Text Example


Text Example

White with #684573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684573; }

 p { color: rgb(104,69,115); }

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

background-color css

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

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

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

border-color css

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

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

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