#693468

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

Shades of Seance #693468

Tints of Seance #693468

Color information

#693468 (or 0x693468) is unknown color: approx Seance. HEX triplet: 69, 34 and 68. RGB value is (105,52,104). Sum of RGB (Red+Green+Blue) = 105+52+104=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #693468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693468 is #96CB97. Grayscale: #494949. Windows color (decimal): -9882520 or 6829161. OLE color: 6829161.

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

Color convert

RGB10552104-
CMYK00.500.010.59
HSL301.13º33.76%30.78%-
HSV(B)301.13º50.48%41.18%-
XYZ9.556.4613.84-
YUV73.77145.06150.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.23%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 104 (41.02% from 255) = 39.85%
R=40.23%
G=19.92%
B=39.85%

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
Decimal1055210400.500.010.59301.1333.7630.78
Hex69346803213B12d221f
Octal151641500621734554237
Binary110100111010011010000110010111101110010110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693468; }

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

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

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

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

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

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

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

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