#613263

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

Shades of Seance #613263

Tints of Seance #613263

Color information

#613263 (or 0x613263) is unknown color: approx Seance. HEX triplet: 61, 32 and 63. RGB value is (97,50,99). Sum of RGB (Red+Green+Blue) = 97+50+99=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 99 - color contains mainly: blue. Hex color #613263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613263 is #9ECD9C. Grayscale: #454545. Windows color (decimal): -10407325 or 6500961. OLE color: 6500961.

HSL color Cylindrical-coordinate representation of color #613263: hue angle of 297.55º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613263 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB975099-
CMYK0.020.4900.61
HSL297.55º32.89%29.22%-
HSV(B)297.55º49.49%38.82%-
XYZ8.325.7212.47-
YUV69.64144.57147.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.43%
GREEN value IS 50 (19.92% from 255) = 20.33%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=39.43%
G=20.33%
B=40.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9750990.020.4900.61297.5532.8929.22
Hex61326323103D12a211d
Octal141621432610754524135
Binary1100001110010110001110110001011110110010101010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613263; }

 p { color: rgb(97,50,99); }

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

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

 a { background-color: rgb(97,50,99); }

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

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

 span { border-color: rgb(97,50,99); }

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