#693271

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

Shades of Seance #693271

Tints of Seance #693271

Color information

#693271 (or 0x693271) is unknown color: approx Seance. HEX triplet: 69, 32 and 71. RGB value is (105,50,113). Sum of RGB (Red+Green+Blue) = 105+50+113=268 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.18% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 113 - color contains mainly: blue. Hex color #693271 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693271 is #96CD8E. Grayscale: #494949. Windows color (decimal): -9883023 or 7418473. OLE color: 7418473.

HSL color Cylindrical-coordinate representation of color #693271: hue angle of 292.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #693271 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10550113-
CMYK0.070.5600.56
HSL292.38º38.65%31.96%-
HSV(B)292.38º55.75%44.31%-
XYZ9.956.4816.35-
YUV73.63150.22150.38-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.18%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=39.18%
G=18.66%
B=42.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105501130.070.5600.56292.3838.6531.96
Hex6932717380381242720
Octal151621617700704444740
Binary110100111001011100011111110000111000100100100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693271; }

 p { color: rgb(105,50,113); }

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

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

 a { background-color: rgb(105,50,113); }

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

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

 span { border-color: rgb(105,50,113); }

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