#693768

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

Shades of Seance #693768

Tints of Seance #693768

Color information

#693768 (or 0x693768) is unknown color: approx Seance. HEX triplet: 69, 37 and 68. RGB value is (105,55,104). Sum of RGB (Red+Green+Blue) = 105+55+104=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #693768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693768 is #96C897. Grayscale: #4B4B4B. Windows color (decimal): -9881752 or 6829929. OLE color: 6829929.

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

Color convert

RGB10555104-
CMYK00.480.010.59
HSL301.2º31.25%31.37%-
HSV(B)301.2º47.62%41.18%-
XYZ9.696.7413.89-
YUV75.54144.06149.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.77%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=39.77%
G=20.83%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055510400.480.010.59301.231.2531.37
Hex69376803013B12d1f1f
Octal151671500601734553737
Binary11010011101111101000011000011110111001011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693768; }

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

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

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

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

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

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

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

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