#693666

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

Shades of Seance #693666

Tints of Seance #693666

Color information

#693666 (or 0x693666) is unknown color: approx Seance. HEX triplet: 69, 36 and 66. RGB value is (105,54,102). Sum of RGB (Red+Green+Blue) = 105+54+102=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #693666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693666 is #96C999. Grayscale: #4A4A4A. Windows color (decimal): -9882010 or 6698601. OLE color: 6698601.

HSL color Cylindrical-coordinate representation of color #693666: hue angle of 303.53º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #693666 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB10554102-
CMYK00.490.030.59
HSL303.53º32.08%31.18%-
HSV(B)303.53º48.57%41.18%-
XYZ9.546.613.34-
YUV74.72143.4149.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 54 (21.48% from 255) = 20.69%
BLUE value IS 102 (40.23% from 255) = 39.08%
R=40.23%
G=20.69%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055410200.490.030.59303.5332.0831.18
Hex69366603133B130201f
Octal151661460613734604037
Binary1101001110110110011001100011111101110011000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693666; }

 p { color: rgb(105,54,102); }

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

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

 a { background-color: rgb(105,54,102); }

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

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

 span { border-color: rgb(105,54,102); }

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