#693568

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

Shades of Seance #693568

Tints of Seance #693568

Color information

#693568 (or 0x693568) is unknown color: approx Seance. HEX triplet: 69, 35 and 68. RGB value is (105,53,104). Sum of RGB (Red+Green+Blue) = 105+53+104=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #693568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693568 is #96CA97. Grayscale: #4A4A4A. Windows color (decimal): -9882264 or 6829417. OLE color: 6829417.

HSL color Cylindrical-coordinate representation of color #693568: hue angle of 301.15º degrees, saturation: 0.33, 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 #693568 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10553104-
CMYK00.500.010.59
HSL301.15º32.91%30.98%-
HSV(B)301.15º49.52%41.18%-
XYZ9.66.5513.85-
YUV74.36144.73149.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 53 (21.09% from 255) = 20.23%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=40.08%
G=20.23%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055310400.500.010.59301.1532.9130.98
Hex69356803213B12d211f
Octal151651500621734554137
Binary110100111010111010000110010111101110010110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693568; }

 p { color: rgb(105,53,104); }

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

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

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

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

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

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

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