Html Css Color HEX #684175 Eminence

📋 copy color: '#684175'

red 104 ◦ green 65 ◦ blue 117

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

Shades of Eminence #684175

Tints of Eminence #684175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#684175 (or 0x684175) is known color: Eminence. HEX triplet: 68, 41 and 75. RGB value is (104,65,117). Sum of RGB (Red+Green+Blue) = 104+65+117=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 117 - color contains mainly: blue. Hex color #684175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684175 is #97BE8A. Grayscale: #525252. Windows color (decimal): -9944715 or 7684456. OLE color: 7684456.

HSL color Cylindrical-coordinate representation of color #684175: hue angle of 285º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #684175 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 65 117 -
CMYK 0.11 0.44 0 0.54
HSL 285º 0.29% 0.36% -
HSV(B) 285º 0.44% 0.46% -
XYZ 10.81 8.01 17.81 -
YUV 82.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 104 65 117 0.11 0.44 0 0.54 285 0.29 0.36
Hex 68 41 75 B 2C 0 36 11D 1D 24
Octal 150 101 165 13 54 0 66 435 35 44
Binary 1101000 1000001 1110101 1011 101100 0 110110 100011101 11101 100100

Color Harmonies of #684175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684175

Black with #684175

Text Example


Text Example

White with #684175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684175; }

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

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

background-color css

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

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

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

border-color css

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

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

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