#693071

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

Shades of Seance #693071

Tints of Seance #693071

Color information

#693071 (or 0x693071) is unknown color: approx Seance. HEX triplet: 69, 30 and 71. RGB value is (105,48,113). Sum of RGB (Red+Green+Blue) = 105+48+113=266 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.47% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #693071 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693071 is #96CF8E. Grayscale: #484848. Windows color (decimal): -9883535 or 7417961. OLE color: 7417961.

HSL color Cylindrical-coordinate representation of color #693071: hue angle of 292.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #693071 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10548113-
CMYK0.070.5800.56
HSL292.62º40.37%31.57%-
HSV(B)292.62º57.52%44.31%-
XYZ9.866.3116.32-
YUV72.45150.88151.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.47%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=39.47%
G=18.05%
B=42.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal105481130.070.5800.56292.6240.3731.57
Hex69307173A0381252820
Octal151601617720704455040
Binary110100111000011100011111110100111000100100101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693071; }

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

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

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

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

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

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

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

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