#693E6F

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

Shades of Eminence #693E6F

Tints of Eminence #693E6F

Color information

#693E6F (or 0x693E6F) is unknown color: approx Eminence. HEX triplet: 69, 3E and 6F. RGB value is (105,62,111). Sum of RGB (Red+Green+Blue) = 105+62+111=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 111 - color contains mainly: blue. Hex color #693E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E6F is #96C190. Grayscale: #505050. Windows color (decimal): -9879953 or 7290473. OLE color: 7290473.

HSL color Cylindrical-coordinate representation of color #693E6F: hue angle of 292.65º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693E6F is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10562111-
CMYK0.050.4400.56
HSL292.65º28.32%33.92%-
HSV(B)292.65º44.14%43.53%-
XYZ10.427.615.96-
YUV80.44145.25145.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.77%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=37.77%
G=22.30%
B=39.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105621110.050.4400.56292.6528.3233.92
Hex693E6F52C0381251c22
Octal151761575540704453442
Binary11010011111101101111101101100011100010010010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,62,111); }

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

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

 a { background-color: rgb(105,62,111); }

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

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

 span { border-color: rgb(105,62,111); }

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