#693F6F

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

Shades of Eminence #693F6F

Tints of Eminence #693F6F

Color information

#693F6F (or 0x693F6F) is unknown color: approx Eminence. HEX triplet: 69, 3F and 6F. RGB value is (105,63,111). Sum of RGB (Red+Green+Blue) = 105+63+111=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 111 - color contains mainly: blue. Hex color #693F6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F6F is #96C090. Grayscale: #505050. Windows color (decimal): -9879697 or 7290729. OLE color: 7290729.

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

Color convert

RGB10563111-
CMYK0.050.4300.56
HSL292.5º27.59%34.12%-
HSV(B)292.5º43.24%43.53%-
XYZ10.477.7115.97-
YUV81.03144.91145.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.63%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=37.63%
G=22.58%
B=39.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105631110.050.4300.56292.527.5934.12
Hex693F6F52B0381241c22
Octal151771575530704443442
Binary11010011111111101111101101011011100010010010011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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