#694575

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

Shades of Eminence #694575

Tints of Eminence #694575

Color information

#694575 (or 0x694575) is unknown color: approx Eminence. HEX triplet: 69, 45 and 75. RGB value is (105,69,117). Sum of RGB (Red+Green+Blue) = 105+69+117=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 117 - color contains mainly: blue. Hex color #694575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694575 is #96BA8A. Grayscale: #555555. Windows color (decimal): -9878155 or 7685481. OLE color: 7685481.

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

Color convert

RGB10569117-
CMYK0.100.4100.54
HSL285º25.81%36.47%-
HSV(B)285º41.03%45.88%-
XYZ11.168.5417.89-
YUV85.24145.93142.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.08%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 117 (46.09% from 255) = 40.21%
R=36.08%
G=23.71%
B=40.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105691170.100.4100.5428525.8136.47
Hex694575A2903611d1a24
Octal15110516512510664353244
Binary1101001100010111101011010101001011011010001110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694575; }

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

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

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

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

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

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

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

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