#694775

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

Shades of Eminence #694775

Tints of Eminence #694775

Color information

#694775 (or 0x694775) is unknown color: approx Eminence. HEX triplet: 69, 47 and 75. RGB value is (105,71,117). Sum of RGB (Red+Green+Blue) = 105+71+117=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 117 (46.09% from 255 or 39.93% from 293); Max value from RGB is 117 - color contains mainly: blue. Hex color #694775 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694775 is #96B88A. Grayscale: #565656. Windows color (decimal): -9877643 or 7685993. OLE color: 7685993.

HSL color Cylindrical-coordinate representation of color #694775: hue angle of 284.35º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #694775 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10571117-
CMYK0.100.3900.54
HSL284.35º24.47%36.86%-
HSV(B)284.35º39.32%45.88%-
XYZ11.298.7917.93-
YUV86.41145.26141.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 71 (28.12% from 255) = 24.23%
BLUE value IS 117 (46.09% from 255) = 39.93%
R=35.84%
G=24.23%
B=39.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105711170.100.3900.54284.3524.4736.86
Hex694775A2703611c1825
Octal15110716512470664343045
Binary1101001100011111101011010100111011011010001110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694775; }

 p { color: rgb(105,71,117); }

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

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

 a { background-color: rgb(105,71,117); }

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

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

 span { border-color: rgb(105,71,117); }

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