Html Css Color HEX #684071 Eminence

📋 copy color: '#684071'

red 104 ◦ green 64 ◦ blue 113

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

Shades of Eminence #684071

Tints of Eminence #684071

RGB

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

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

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

R = 37.01%
G = 22.78%
B = 40.21%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#684071 (or 0x684071) is known color: Eminence. HEX triplet: 68, 40 and 71. RGB value is (104,64,113). Sum of RGB (Red+Green+Blue) = 104+64+113=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #684071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684071 is #97BF8E. Grayscale: #515151. Windows color (decimal): -9944975 or 7422056. OLE color: 7422056.

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

Color convert

RGB 104 64 113 -
CMYK 0.08 0.43 0 0.56
HSL 288.98º 0.28% 0.35% -
HSV(B) 288.98º 0.43% 0.44% -
XYZ 10.52 7.8 16.57 -
YUV 81.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 104 64 113 0.08 0.43 0 0.56 288.98 0.28 0.35
Hex 68 40 71 8 2B 0 38 121 1C 23
Octal 150 100 161 10 53 0 70 441 34 43
Binary 1101000 1000000 1110001 1000 101011 0 111000 100100001 11100 100011

Color Harmonies of #684071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684071

Black with #684071

Text Example


Text Example

White with #684071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684071; }

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

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

background-color css

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

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

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

border-color css

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

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

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