#693175

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

Shades of Seance #693175

Tints of Seance #693175

Color information

#693175 (or 0x693175) is unknown color: approx Seance. HEX triplet: 69, 31 and 75. RGB value is (105,49,117). Sum of RGB (Red+Green+Blue) = 105+49+117=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #693175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693175 is #96CE8A. Grayscale: #494949. Windows color (decimal): -9883275 or 7680361. OLE color: 7680361.

HSL color Cylindrical-coordinate representation of color #693175: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693175 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10549117-
CMYK0.100.5800.54
HSL289.41º40.96%32.55%-
HSV(B)289.41º58.12%45.88%-
XYZ10.136.4817.55-
YUV73.5152.55150.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.75%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=38.75%
G=18.08%
B=43.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105491170.100.5800.54289.4140.9632.55
Hex693175A3A0361212921
Octal1516116512720664415141
Binary1101001110001111010110101110100110110100100001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693175; }

 p { color: rgb(105,49,117); }

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

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

 a { background-color: rgb(105,49,117); }

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

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

 span { border-color: rgb(105,49,117); }

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