Html Css Color HEX #684370 Eminence

📋 copy color: '#684370'

red 104 ◦ green 67 ◦ blue 112

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

Shades of Eminence #684370

Tints of Eminence #684370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.67%

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 36.75%
G = 23.67%
B = 39.58%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#684370 (or 0x684370) is known color: Eminence. HEX triplet: 68, 43 and 70. RGB value is (104,67,112). Sum of RGB (Red+Green+Blue) = 104+67+112=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #684370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684370 is #97BC8F. Grayscale: #535353. Windows color (decimal): -9944208 or 7357288. OLE color: 7357288.

HSL color Cylindrical-coordinate representation of color #684370: hue angle of 289.33º 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 #684370 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 67 112 -
CMYK 0.07 0.40 0 0.56
HSL 289.33º 0.25% 0.35% -
HSV(B) 289.33º 0.4% 0.44% -
XYZ 10.64 8.13 16.34 -
YUV 83.19 144.26 142.84 -
System Red Green Blue C M Y K H S L
Decimal 104 67 112 0.07 0.40 0 0.56 289.33 0.25 0.35
Hex 68 43 70 7 28 0 38 121 19 23
Octal 150 103 160 7 50 0 70 441 31 43
Binary 1101000 1000011 1110000 111 101000 0 111000 100100001 11001 100011

Color Harmonies of #684370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684370

Black with #684370

Text Example


Text Example

White with #684370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684370; }

 p { color: rgb(104,67,112); }

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

background-color css

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

 a { background-color: rgb(104,67,112); }

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

border-color css

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

 span { border-color: rgb(104,67,112); }

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