#653D69

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

Shades of Seance #653D69

Tints of Seance #653D69

Color information

#653D69 (or 0x653D69) is unknown color: approx Seance. HEX triplet: 65, 3D and 69. RGB value is (101,61,105). Sum of RGB (Red+Green+Blue) = 101+61+105=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #653D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D69 is #9AC296. Grayscale: #4D4D4D. Windows color (decimal): -10142359 or 6896997. OLE color: 6896997.

HSL color Cylindrical-coordinate representation of color #653D69: hue angle of 294.55º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #653D69 is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10161105-
CMYK0.040.4200.59
HSL294.55º26.51%32.55%-
HSV(B)294.55º41.9%41.18%-
XYZ9.597.1214.23-
YUV77.98143.25144.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.83%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=37.83%
G=22.85%
B=39.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101611050.040.4200.59294.5526.5132.55
Hex653D6942A03B1271b21
Octal145751514520734473341
Binary11001011111011101001100101010011101110010011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653D69; }

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

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

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

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

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

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

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

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