#653969

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

Shades of Seance #653969

Tints of Seance #653969

Color information

#653969 (or 0x653969) is unknown color: approx Seance. HEX triplet: 65, 39 and 69. RGB value is (101,57,105). Sum of RGB (Red+Green+Blue) = 101+57+105=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 105 - color contains mainly: blue. Hex color #653969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653969 is #9AC696. Grayscale: #4B4B4B. Windows color (decimal): -10143383 or 6895973. OLE color: 6895973.

HSL color Cylindrical-coordinate representation of color #653969: hue angle of 295º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #653969 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10157105-
CMYK0.040.4600.59
HSL295º29.63%31.76%-
HSV(B)295º45.71%41.18%-
XYZ9.386.7114.17-
YUV75.63144.58146.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.40%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 105 (41.41% from 255) = 39.92%
R=38.40%
G=21.67%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101571050.040.4600.5929529.6331.76
Hex65396942E03B1271e20
Octal145711514560734473640
Binary11001011110011101001100101110011101110010011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653969; }

 p { color: rgb(101,57,105); }

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

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

 a { background-color: rgb(101,57,105); }

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

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

 span { border-color: rgb(101,57,105); }

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