#69336E

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

Shades of Seance #69336E

Tints of Seance #69336E

Color information

#69336E (or 0x69336E) is unknown color: approx Seance. HEX triplet: 69, 33 and 6E. RGB value is (105,51,110). Sum of RGB (Red+Green+Blue) = 105+51+110=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 110 (43.36% from 255 or 41.35% from 266); Max value from RGB is 110 - color contains mainly: blue. Hex color #69336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69336E is #96CC91. Grayscale: #494949. Windows color (decimal): -9882770 or 7222121. OLE color: 7222121.

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

Color convert

RGB10551110-
CMYK0.050.5400.57
HSL294.92º36.65%31.57%-
HSV(B)294.92º53.64%43.14%-
XYZ9.826.515.49-
YUV73.87148.39150.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 51 (20.31% from 255) = 19.17%
BLUE value IS 110 (43.36% from 255) = 41.35%
R=39.47%
G=19.17%
B=41.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal105511100.050.5400.57294.9236.6531.57
Hex69336E5360391272520
Octal151631565660714474540
Binary110100111001111011101011101100111001100100111100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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