#69396B

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

Shades of Seance #69396B

Tints of Seance #69396B

Color information

#69396B (or 0x69396B) is unknown color: approx Seance. HEX triplet: 69, 39 and 6B. RGB value is (105,57,107). Sum of RGB (Red+Green+Blue) = 105+57+107=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #69396B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69396B is #96C694. Grayscale: #4C4C4C. Windows color (decimal): -9881237 or 7027049. OLE color: 7027049.

HSL color Cylindrical-coordinate representation of color #69396B: hue angle of 297.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69396B is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10557107-
CMYK0.020.4700.58
HSL297.6º30.49%32.16%-
HSV(B)297.6º46.73%41.96%-
XYZ9.946.9914.74-
YUV77.05144.9147.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.03%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=39.03%
G=21.19%
B=39.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal105571070.020.4700.58297.630.4932.16
Hex69396B22F03A12a1e20
Octal151711532570724523640
Binary1101001111001110101110101111011101010010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69396B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69396B; }

 p { color: rgb(105,57,107); }

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

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

 a { background-color: rgb(105,57,107); }

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

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

 span { border-color: rgb(105,57,107); }

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