Html Css Color HEX #684073 Eminence

📋 copy color: '#684073'

red 104 ◦ green 64 ◦ blue 115

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

Shades of Eminence #684073

Tints of Eminence #684073

RGB

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

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

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

R = 36.75%
G = 22.61%
B = 40.64%

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

#684073 (or 0x684073) is known color: Eminence. HEX triplet: 68, 40 and 73. RGB value is (104,64,115). Sum of RGB (Red+Green+Blue) = 104+64+115=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 115 (45.31% from 255 or 40.64% from 283); Max value from RGB is 115 - color contains mainly: blue. Hex color #684073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684073 is #97BF8C. Grayscale: #515151. Windows color (decimal): -9944973 or 7553128. OLE color: 7553128.

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

Color convert

RGB 104 64 115 -
CMYK 0.10 0.44 0 0.55
HSL 287.06º 0.28% 0.35% -
HSV(B) 287.06º 0.44% 0.45% -
XYZ 10.64 7.85 17.17 -
YUV 81.77 146.75 143.85 -
System Red Green Blue C M Y K H S L
Decimal 104 64 115 0.10 0.44 0 0.55 287.06 0.28 0.35
Hex 68 40 73 A 2C 0 37 11F 1C 23
Octal 150 100 163 12 54 0 67 437 34 43
Binary 1101000 1000000 1110011 1010 101100 0 110111 100011111 11100 100011

Color Harmonies of #684073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684073

Black with #684073

Text Example


Text Example

White with #684073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684073; }

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

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

background-color css

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

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

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

border-color css

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

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

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