#693766

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

Shades of Seance #693766

Tints of Seance #693766

Color information

#693766 (or 0x693766) is unknown color: approx Seance. HEX triplet: 69, 37 and 66. RGB value is (105,55,102). Sum of RGB (Red+Green+Blue) = 105+55+102=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 105 - color contains mainly: red. Hex color #693766 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693766 is #96C899. Grayscale: #4B4B4B. Windows color (decimal): -9881754 or 6698857. OLE color: 6698857.

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

Color convert

RGB10555102-
CMYK00.480.030.59
HSL303.6º31.25%31.37%-
HSV(B)303.6º47.62%41.18%-
XYZ9.596.6913.36-
YUV75.31143.06149.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 55 (21.88% from 255) = 20.99%
BLUE value IS 102 (40.23% from 255) = 38.93%
R=40.08%
G=20.99%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055510200.480.030.59303.631.2531.37
Hex69376603033B1301f1f
Octal151671460603734603737
Binary110100111011111001100110000111110111001100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693766; }

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

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

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

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

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

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

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

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