#653C68

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

Shades of Seance #653C68

Tints of Seance #653C68

Color information

#653C68 (or 0x653C68) is unknown color: approx Seance. HEX triplet: 65, 3C and 68. RGB value is (101,60,104). Sum of RGB (Red+Green+Blue) = 101+60+104=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 60 (23.83% from 255 or 22.64% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 104 - color contains mainly: blue. Hex color #653C68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C68 is #9AC397. Grayscale: #4D4D4D. Windows color (decimal): -10142616 or 6831205. OLE color: 6831205.

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

Color convert

RGB10160104-
CMYK0.030.4200.59
HSL295.91º26.83%32.16%-
HSV(B)295.91º42.31%40.78%-
XYZ9.48713.95-
YUV77.27143.08144.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.11%
GREEN value IS 60 (23.83% from 255) = 22.64%
BLUE value IS 104 (41.02% from 255) = 39.25%
R=38.11%
G=22.64%
B=39.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101601040.030.4200.59295.9126.8332.16
Hex653C6832A03B1281b20
Octal145741503520734503340
Binary1100101111100110100011101010011101110010100011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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