#693077

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

Shades of Seance #693077

Tints of Seance #693077

Color information

#693077 (or 0x693077) is unknown color: approx Seance. HEX triplet: 69, 30 and 77. RGB value is (105,48,119). Sum of RGB (Red+Green+Blue) = 105+48+119=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 119 (46.88% from 255 or 43.75% from 272); Max value from RGB is 119 - color contains mainly: blue. Hex color #693077 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693077 is #96CF88. Grayscale: #484848. Windows color (decimal): -9883529 or 7811177. OLE color: 7811177.

HSL color Cylindrical-coordinate representation of color #693077: hue angle of 288.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #693077 is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10548119-
CMYK0.120.6000.53
HSL288.17º42.51%32.75%-
HSV(B)288.17º59.66%46.67%-
XYZ10.216.4518.16-
YUV73.14153.88150.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.60%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 119 (46.88% from 255) = 43.75%
R=38.60%
G=17.65%
B=43.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal105481190.120.6000.53288.1742.5132.75
Hex693077C3C0351202b21
Octal1516016714740654405341
Binary1101001110000111011111001111000110101100100000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693077; }

 p { color: rgb(105,48,119); }

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

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

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

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

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

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

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