#694973

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

Shades of Eminence #694973

Tints of Eminence #694973

Color information

#694973 (or 0x694973) is unknown color: approx Eminence. HEX triplet: 69, 49 and 73. RGB value is (105,73,115). Sum of RGB (Red+Green+Blue) = 105+73+115=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 115 (45.31% from 255 or 39.25% from 293); Max value from RGB is 115 - color contains mainly: blue. Hex color #694973 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694973 is #96B68C. Grayscale: #575757. Windows color (decimal): -9877133 or 7555433. OLE color: 7555433.

HSL color Cylindrical-coordinate representation of color #694973: hue angle of 285.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #694973 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10573115-
CMYK0.090.3700.55
HSL285.71º22.34%36.86%-
HSV(B)285.71º36.52%45.1%-
XYZ11.39.0117.36-
YUV87.36143.6140.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 73 (28.91% from 255) = 24.91%
BLUE value IS 115 (45.31% from 255) = 39.25%
R=35.84%
G=24.91%
B=39.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105731150.090.3700.55285.7122.3436.86
Hex69497392503711e1625
Octal15111116311450674362645
Binary1101001100100111100111001100101011011110001111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694973; }

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

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

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

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

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

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

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

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