#694873

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

Shades of Eminence #694873

Tints of Eminence #694873

Color information

#694873 (or 0x694873) is unknown color: approx Eminence. HEX triplet: 69, 48 and 73. RGB value is (105,72,115). Sum of RGB (Red+Green+Blue) = 105+72+115=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #694873 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694873 is #96B78C. Grayscale: #565656. Windows color (decimal): -9877389 or 7555177. OLE color: 7555177.

HSL color Cylindrical-coordinate representation of color #694873: hue angle of 286.05º degrees, saturation: 0.23, 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 #694873 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10572115-
CMYK0.090.3700.55
HSL286.05º22.99%36.67%-
HSV(B)286.05º37.39%45.1%-
XYZ11.248.8817.34-
YUV86.77143.93141-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 72 (28.52% from 255) = 24.66%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=35.96%
G=24.66%
B=39.38%

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
Decimal105721150.090.3700.55286.0522.9936.67
Hex69487392503711e1725
Octal15111016311450674362745
Binary1101001100100011100111001100101011011110001111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694873; }

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

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

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

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

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

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

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

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