#69326E

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

Shades of Seance #69326E

Tints of Seance #69326E

Color information

#69326E (or 0x69326E) is unknown color: approx Seance. HEX triplet: 69, 32 and 6E. RGB value is (105,50,110). Sum of RGB (Red+Green+Blue) = 105+50+110=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 110 - color contains mainly: blue. Hex color #69326E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69326E is #96CD91. Grayscale: #494949. Windows color (decimal): -9883026 or 7221865. OLE color: 7221865.

HSL color Cylindrical-coordinate representation of color #69326E: hue angle of 295º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69326E is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10550110-
CMYK0.050.5500.57
HSL295º37.5%31.37%-
HSV(B)295º54.55%43.14%-
XYZ9.786.4115.47-
YUV73.28148.72150.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 50 (19.92% from 255) = 18.87%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=39.62%
G=18.87%
B=41.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105501100.050.5500.5729537.531.37
Hex69326E537039127261f
Octal151621565670714474637
Binary11010011100101101110101110111011100110010011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69326E; }

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

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

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

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

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

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

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

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