#653C69

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

Shades of Seance #653C69

Tints of Seance #653C69

Color information

#653C69 (or 0x653C69) is unknown color: approx Seance. HEX triplet: 65, 3C and 69. RGB value is (101,60,105). Sum of RGB (Red+Green+Blue) = 101+60+105=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 105 - color contains mainly: blue. Hex color #653C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C69 is #9AC396. Grayscale: #4D4D4D. Windows color (decimal): -10142615 or 6896741. OLE color: 6896741.

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

Color convert

RGB10160105-
CMYK0.040.4300.59
HSL294.67º27.27%32.35%-
HSV(B)294.67º42.86%41.18%-
XYZ9.537.0214.22-
YUV77.39143.58144.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.97%
GREEN value IS 60 (23.83% from 255) = 22.56%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=37.97%
G=22.56%
B=39.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101601050.040.4300.59294.6727.2732.35
Hex653C6942B03B1271b20
Octal145741514530734473340
Binary11001011111001101001100101011011101110010011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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