Html Css Color HEX #684170 Eminence

📋 copy color: '#684170'

red 104 ◦ green 65 ◦ blue 112

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

Shades of Eminence #684170

Tints of Eminence #684170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.13%

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

R = 37.01%
G = 23.13%
B = 39.86%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#684170 (or 0x684170) is known color: Eminence. HEX triplet: 68, 41 and 70. RGB value is (104,65,112). Sum of RGB (Red+Green+Blue) = 104+65+112=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #684170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684170 is #97BE8F. Grayscale: #515151. Windows color (decimal): -9944720 or 7356776. OLE color: 7356776.

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

Color convert

RGB 104 65 112 -
CMYK 0.07 0.42 0 0.56
HSL 289.79º 0.27% 0.35% -
HSV(B) 289.79º 0.42% 0.44% -
XYZ 10.52 7.89 16.3 -
YUV 82.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 104 65 112 0.07 0.42 0 0.56 289.79 0.27 0.35
Hex 68 41 70 7 2A 0 38 122 1B 23
Octal 150 101 160 7 52 0 70 442 33 43
Binary 1101000 1000001 1110000 111 101010 0 111000 100100010 11011 100011

Color Harmonies of #684170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684170

Black with #684170

Text Example


Text Example

White with #684170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684170; }

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

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

background-color css

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

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

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

border-color css

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

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

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