#694673

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

Shades of Eminence #694673

Tints of Eminence #694673

Color information

#694673 (or 0x694673) is unknown color: approx Eminence. HEX triplet: 69, 46 and 73. RGB value is (105,70,115). Sum of RGB (Red+Green+Blue) = 105+70+115=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #694673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694673 is #96B98C. Grayscale: #555555. Windows color (decimal): -9877901 or 7554665. OLE color: 7554665.

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

Color convert

RGB10570115-
CMYK0.090.3900.55
HSL286.67º24.32%36.27%-
HSV(B)286.67º39.13%45.1%-
XYZ11.118.6217.3-
YUV85.6144.6141.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 70 (27.73% from 255) = 24.14%
BLUE value IS 115 (45.31% from 255) = 39.66%
R=36.21%
G=24.14%
B=39.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105701150.090.3900.55286.6724.3236.27
Hex69467392703711f1824
Octal15110616311470674373044
Binary1101001100011011100111001100111011011110001111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694673; }

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

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

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

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

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

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

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

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