#684075

Color #684075 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #684075

Tints of Eminence #684075

Color information

#684075 (or 0x684075) is unknown color: approx 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

RGB10464117-
CMYK0.110.4500.54
HSL285.28º29.28%35.49%-
HSV(B)285.28º45.3%45.88%-
XYZ10.757.8917.79-
YUV82147.75143.69-

RGB Variations

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

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 (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104641170.110.4500.54285.2829.2835.49
Hex684075B2D03611d1d23
Octal15010016513550664353543
Binary1101000100000011101011011101101011011010001110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>