#693F79

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

Shades of Eminence #693F79

Tints of Eminence #693F79

Color information

#693F79 (or 0x693F79) is unknown color: approx Eminence. HEX triplet: 69, 3F and 79. RGB value is (105,63,121). Sum of RGB (Red+Green+Blue) = 105+63+121=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 121 (47.66% from 255 or 41.87% from 289); Max value from RGB is 121 - color contains mainly: blue. Hex color #693F79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F79 is #96C086. Grayscale: #515151. Windows color (decimal): -9879687 or 7946089. OLE color: 7946089.

HSL color Cylindrical-coordinate representation of color #693F79: hue angle of 283.45º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #693F79 is Cyan = 0.13, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10563121-
CMYK0.130.4800.53
HSL283.45º31.52%36.08%-
HSV(B)283.45º47.93%47.45%-
XYZ11.057.9419.04-
YUV82.17149.91144.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.33%
GREEN value IS 63 (25% from 255) = 21.80%
BLUE value IS 121 (47.66% from 255) = 41.87%
R=36.33%
G=21.80%
B=41.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105631210.130.4800.53283.4531.5236.08
Hex693F79D3003511b2024
Octal1517717115600654334044
Binary1101001111111111100111011100000110101100011011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693F79; }

 p { color: rgb(105,63,121); }

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

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

 a { background-color: rgb(105,63,121); }

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

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

 span { border-color: rgb(105,63,121); }

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