#693469

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

Shades of Seance #693469

Tints of Seance #693469

Color information

#693469 (or 0x693469) is unknown color: approx Seance. HEX triplet: 69, 34 and 69. RGB value is (105,52,105). Sum of RGB (Red+Green+Blue) = 105+52+105=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #693469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693469 is #96CB96. Grayscale: #494949. Windows color (decimal): -9882519 or 6894697. OLE color: 6894697.

HSL color Cylindrical-coordinate representation of color #693469: hue angle of 300º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693469 is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10552105-
CMYK00.5000.59
HSL300º33.76%30.78%-
HSV(B)300º50.48%41.18%-
XYZ9.66.4814.11-
YUV73.89145.56150.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 52 (20.70% from 255) = 19.85%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=40.08%
G=19.85%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055210500.5000.5930033.7630.78
Hex69346903203B12c221f
Octal151641510620734544237
Binary110100111010011010010110010011101110010110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693469; }

 p { color: rgb(105,52,105); }

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

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

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

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

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

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

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