#694972

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

Shades of Eminence #694972

Tints of Eminence #694972

Color information

#694972 (or 0x694972) is unknown color: approx Eminence. HEX triplet: 69, 49 and 72. RGB value is (105,73,114). Sum of RGB (Red+Green+Blue) = 105+73+114=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #694972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694972 is #96B68D. Grayscale: #575757. Windows color (decimal): -9877134 or 7489897. OLE color: 7489897.

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

Color convert

RGB10573114-
CMYK0.080.3600.55
HSL286.83º21.93%36.67%-
HSV(B)286.83º35.96%44.71%-
XYZ11.258.9817.06-
YUV87.24143.1140.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 114 (44.92% from 255) = 39.04%
R=35.96%
G=25%
B=39.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105731140.080.3600.55286.8321.9336.67
Hex69497282403711f1625
Octal15111116210440674372645
Binary1101001100100111100101000100100011011110001111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694972; }

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

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

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

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

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

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

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

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