#693272

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

Shades of Seance #693272

Tints of Seance #693272

Color information

#693272 (or 0x693272) is unknown color: approx Seance. HEX triplet: 69, 32 and 72. RGB value is (105,50,114). Sum of RGB (Red+Green+Blue) = 105+50+114=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 114 - color contains mainly: blue. Hex color #693272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693272 is #96CD8D. Grayscale: #494949. Windows color (decimal): -9883022 or 7484009. OLE color: 7484009.

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

Color convert

RGB10550114-
CMYK0.080.5600.55
HSL291.56º39.02%32.16%-
HSV(B)291.56º56.14%44.71%-
XYZ106.516.65-
YUV73.74150.72150.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 50 (19.92% from 255) = 18.59%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=39.03%
G=18.59%
B=42.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105501140.080.5600.55291.5639.0232.16
Hex6932728380371242720
Octal1516216210700674444740
Binary1101001110010111001010001110000110111100100100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693272; }

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

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

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

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

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

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

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

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