#613765

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

Shades of Seance #613765

Tints of Seance #613765

Color information

#613765 (or 0x613765) is unknown color: approx Seance. HEX triplet: 61, 37 and 65. RGB value is (97,55,101). Sum of RGB (Red+Green+Blue) = 97+55+101=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 101 - color contains mainly: blue. Hex color #613765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613765 is #9EC89A. Grayscale: #484848. Windows color (decimal): -10406043 or 6633313. OLE color: 6633313.

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

Color convert

RGB9755101-
CMYK0.040.4600.60
HSL294.78º29.49%30.59%-
HSV(B)294.78º45.54%39.61%-
XYZ8.646.2113.06-
YUV72.8143.91145.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 101 (39.84% from 255) = 39.92%
R=38.34%
G=21.74%
B=39.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97551010.040.4600.60294.7829.4930.59
Hex61376542E03C1271d1f
Octal141671454560744473537
Binary1100001110111110010110010111001111001001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613765; }

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

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

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

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

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

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

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

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