#693B6A

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

Shades of Seance #693B6A

Tints of Seance #693B6A

Color information

#693B6A (or 0x693B6A) is unknown color: approx Seance. HEX triplet: 69, 3B and 6A. RGB value is (105,59,106). Sum of RGB (Red+Green+Blue) = 105+59+106=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 106 - color contains mainly: blue. Hex color #693B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B6A is #96C495. Grayscale: #4D4D4D. Windows color (decimal): -9880726 or 6962025. OLE color: 6962025.

HSL color Cylindrical-coordinate representation of color #693B6A: hue angle of 298.72º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693B6A is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10559106-
CMYK0.010.4400.58
HSL298.72º28.48%32.35%-
HSV(B)298.72º44.34%41.57%-
XYZ9.997.1714.49-
YUV78.11143.74147.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.89%
GREEN value IS 59 (23.44% from 255) = 21.85%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=38.89%
G=21.85%
B=39.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105591060.010.4400.58298.7228.4832.35
Hex693B6A12C03A12b1c20
Octal151731521540724533440
Binary110100111101111010101101100011101010010101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,59,106); }

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

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

 a { background-color: rgb(105,59,106); }

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

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

 span { border-color: rgb(105,59,106); }

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