#653E69

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

Shades of Seance #653E69

Tints of Seance #653E69

Color information

#653E69 (or 0x653E69) is unknown color: approx Seance. HEX triplet: 65, 3E and 69. RGB value is (101,62,105). Sum of RGB (Red+Green+Blue) = 101+62+105=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 62 (24.61% from 255 or 23.13% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 105 - color contains mainly: blue. Hex color #653E69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653E69 is #9AC196. Grayscale: #4E4E4E. Windows color (decimal): -10142103 or 6897253. OLE color: 6897253.

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

Color convert

RGB10162105-
CMYK0.040.4100.59
HSL294.42º25.75%32.75%-
HSV(B)294.42º40.95%41.18%-
XYZ9.647.2314.25-
YUV78.56142.92144-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.69%
GREEN value IS 62 (24.61% from 255) = 23.13%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=37.69%
G=23.13%
B=39.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101621050.040.4100.59294.4225.7532.75
Hex653E6942903B1261a21
Octal145761514510734463241
Binary11001011111101101001100101001011101110010011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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