Html Css Color HEX #684075 Eminence

📋 copy color: '#684075'

red 104 ◦ green 64 ◦ blue 117

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

Shades of Eminence #684075

Tints of Eminence #684075

RGB

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

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

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

R = 36.49%
G = 22.46%
B = 41.05%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#684075 (or 0x684075) is known color: Eminence. HEX triplet: 68, 40 and 75. RGB value is (104,64,117). Sum of RGB (Red+Green+Blue) = 104+64+117=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #684075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684075 is #97BF8A. Grayscale: #515151. Windows color (decimal): -9944971 or 7684200. OLE color: 7684200.

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

Color convert

RGB 104 64 117 -
CMYK 0.11 0.45 0 0.54
HSL 285.28º 0.29% 0.35% -
HSV(B) 285.28º 0.45% 0.46% -
XYZ 10.75 7.89 17.79 -
YUV 82 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 104 64 117 0.11 0.45 0 0.54 285.28 0.29 0.35
Hex 68 40 75 B 2D 0 36 11D 1D 23
Octal 150 100 165 13 55 0 66 435 35 43
Binary 1101000 1000000 1110101 1011 101101 0 110110 100011101 11101 100011

Color Harmonies of #684075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684075

Black with #684075

Text Example


Text Example

White with #684075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684075; }

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

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

background-color css

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

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

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

border-color css

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

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

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