#613665

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

Shades of Seance #613665

Tints of Seance #613665

Color information

#613665 (or 0x613665) is unknown color: approx Seance. HEX triplet: 61, 36 and 65. RGB value is (97,54,101). Sum of RGB (Red+Green+Blue) = 97+54+101=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 101 - color contains mainly: blue. Hex color #613665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613665 is #9EC99A. Grayscale: #484848. Windows color (decimal): -10406299 or 6633057. OLE color: 6633057.

HSL color Cylindrical-coordinate representation of color #613665: hue angle of 294.89º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613665 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9754101-
CMYK0.040.4700.60
HSL294.89º30.32%30.39%-
HSV(B)294.89º46.53%39.61%-
XYZ8.66.1213.04-
YUV72.21144.25145.68-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 54 (21.48% from 255) = 21.43%
BLUE value IS 101 (39.84% from 255) = 40.08%
R=38.49%
G=21.43%
B=40.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97541010.040.4700.60294.8930.3230.39
Hex61366542F03C1271e1e
Octal141661454570744473636
Binary1100001110110110010110010111101111001001001111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613665; }

 p { color: rgb(97,54,101); }

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

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

 a { background-color: rgb(97,54,101); }

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

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

 span { border-color: rgb(97,54,101); }

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