#694476

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

Shades of Eminence #694476

Tints of Eminence #694476

Color information

#694476 (or 0x694476) is unknown color: approx Eminence. HEX triplet: 69, 44 and 76. RGB value is (105,68,118). Sum of RGB (Red+Green+Blue) = 105+68+118=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 68 (26.95% from 255 or 23.37% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 118 - color contains mainly: blue. Hex color #694476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694476 is #96BB89. Grayscale: #545454. Windows color (decimal): -9878410 or 7750761. OLE color: 7750761.

HSL color Cylindrical-coordinate representation of color #694476: hue angle of 284.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #694476 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10568118-
CMYK0.110.4200.54
HSL284.4º26.88%36.47%-
HSV(B)284.4º42.37%46.27%-
XYZ11.168.4518.18-
YUV84.76146.76142.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 68 (26.95% from 255) = 23.37%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=36.08%
G=23.37%
B=40.55%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105681180.110.4200.54284.426.8836.47
Hex694476B2A03611c1b24
Octal15110416613520664343344
Binary1101001100010011101101011101010011011010001110011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694476; }

 p { color: rgb(105,68,118); }

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

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

 a { background-color: rgb(105,68,118); }

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

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

 span { border-color: rgb(105,68,118); }

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