#694968

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

Shades of Eminence #694968

Tints of Eminence #694968

Color information

#694968 (or 0x694968) is unknown color: approx Eminence. HEX triplet: 69, 49 and 68. RGB value is (105,73,104). Sum of RGB (Red+Green+Blue) = 105+73+104=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #694968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694968 is #96B697. Grayscale: #565656. Windows color (decimal): -9877144 or 6834537. OLE color: 6834537.

HSL color Cylindrical-coordinate representation of color #694968: hue angle of 301.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694968 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10573104-
CMYK00.300.010.59
HSL301.88º17.98%34.9%-
HSV(B)301.88º30.48%41.18%-
XYZ10.718.7714.22-
YUV86.1138.1141.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 73 (28.91% from 255) = 25.89%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=37.23%
G=25.89%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1057310400.300.010.59301.8817.9834.9
Hex69496801E13B12e1223
Octal1511111500361734562243
Binary110100110010011101000011110111101110010111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694968; }

 p { color: rgb(105,73,104); }

 H1.HeaderClassName
 {
   color: #694968;
 }
 .AnyTagClassName
 {
   color: #694968;
 }
</style>
background-color css

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

 a { background-color: rgb(105,73,104); }

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

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

 span { border-color: rgb(105,73,104); }

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