#693171

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

Shades of Seance #693171

Tints of Seance #693171

Color information

#693171 (or 0x693171) is unknown color: approx Seance. HEX triplet: 69, 31 and 71. RGB value is (105,49,113). Sum of RGB (Red+Green+Blue) = 105+49+113=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 113 (44.53% from 255 or 42.32% from 267); Max value from RGB is 113 - color contains mainly: blue. Hex color #693171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693171 is #96CE8E. Grayscale: #484848. Windows color (decimal): -9883279 or 7418217. OLE color: 7418217.

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

Color convert

RGB10549113-
CMYK0.070.5700.56
HSL292.5º39.51%31.76%-
HSV(B)292.5º56.64%44.31%-
XYZ9.96.3916.33-
YUV73.04150.55150.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.33%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 113 (44.53% from 255) = 42.32%
R=39.33%
G=18.35%
B=42.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105491130.070.5700.56292.539.5131.76
Hex6931717390381242820
Octal151611617710704445040
Binary110100111000111100011111110010111000100100100101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693171; }

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

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

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

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

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

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

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

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