#694371

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

Shades of Eminence #694371

Tints of Eminence #694371

Color information

#694371 (or 0x694371) is unknown color: approx Eminence. HEX triplet: 69, 43 and 71. RGB value is (105,67,113). Sum of RGB (Red+Green+Blue) = 105+67+113=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #694371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694371 is #96BC8E. Grayscale: #535353. Windows color (decimal): -9878671 or 7422825. OLE color: 7422825.

HSL color Cylindrical-coordinate representation of color #694371: hue angle of 289.57º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #694371 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10567113-
CMYK0.070.4100.56
HSL289.57º25.56%35.29%-
HSV(B)289.57º40.71%44.31%-
XYZ10.818.2116.64-
YUV83.61144.59143.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 67 (26.56% from 255) = 23.51%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=36.84%
G=23.51%
B=39.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105671130.070.4100.56289.5725.5635.29
Hex6943717290381221a23
Octal1511031617510704423243
Binary110100110000111110001111101001011100010010001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694371; }

 p { color: rgb(105,67,113); }

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

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

 a { background-color: rgb(105,67,113); }

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

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

 span { border-color: rgb(105,67,113); }

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