#694477

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

Shades of Eminence #694477

Tints of Eminence #694477

Color information

#694477 (or 0x694477) is unknown color: approx Eminence. HEX triplet: 69, 44 and 77. RGB value is (105,68,119). Sum of RGB (Red+Green+Blue) = 105+68+119=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #694477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694477 is #96BB88. Grayscale: #545454. Windows color (decimal): -9878409 or 7816297. OLE color: 7816297.

HSL color Cylindrical-coordinate representation of color #694477: hue angle of 283.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #694477 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10568119-
CMYK0.120.4300.53
HSL283.53º27.27%36.67%-
HSV(B)283.53º42.86%46.67%-
XYZ11.228.4718.5-
YUV84.88147.26142.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 119 (46.88% from 255) = 40.75%
R=35.96%
G=23.29%
B=40.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105681190.120.4300.53283.5327.2736.67
Hex694477C2B03511c1b25
Octal15110416714530654343345
Binary1101001100010011101111100101011011010110001110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694477; }

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

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

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

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

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

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

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

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