#694571

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

Shades of Eminence #694571

Tints of Eminence #694571

Color information

#694571 (or 0x694571) is unknown color: approx Eminence. HEX triplet: 69, 45 and 71. RGB value is (105,69,113). Sum of RGB (Red+Green+Blue) = 105+69+113=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #694571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694571 is #96BA8E. Grayscale: #545454. Windows color (decimal): -9878159 or 7423337. OLE color: 7423337.

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

Color convert

RGB10569113-
CMYK0.070.3900.56
HSL289.09º24.18%35.69%-
HSV(B)289.09º38.94%44.31%-
XYZ10.938.4516.68-
YUV84.78143.93142.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.59%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=36.59%
G=24.04%
B=39.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105691130.070.3900.56289.0924.1835.69
Hex6945717270381211824
Octal1511051617470704413044
Binary110100110001011110001111100111011100010010000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694571; }

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

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

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

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

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

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

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

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