#613065

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

Shades of Seance #613065

Tints of Seance #613065

Color information

#613065 (or 0x613065) is unknown color: approx Seance. HEX triplet: 61, 30 and 65. RGB value is (97,48,101). Sum of RGB (Red+Green+Blue) = 97+48+101=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 101 - color contains mainly: blue. Hex color #613065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613065 is #9ECF9A. Grayscale: #444444. Windows color (decimal): -10407835 or 6631521. OLE color: 6631521.

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

Color convert

RGB9748101-
CMYK0.040.5200.60
HSL295.47º35.57%29.22%-
HSV(B)295.47º52.48%39.61%-
XYZ8.345.5912.95-
YUV68.69146.23148.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 48 (19.14% from 255) = 19.51%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=39.43%
G=19.51%
B=41.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97481010.040.5200.60295.4735.5729.22
Hex61306543403C127241d
Octal141601454640744474435
Binary11000011100001100101100110100011110010010011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613065; }

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

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

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

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

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

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

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

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