#613F63

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

Shades of Seance #613F63

Tints of Seance #613F63

Color information

#613F63 (or 0x613F63) is unknown color: approx Seance. HEX triplet: 61, 3F and 63. RGB value is (97,63,99). Sum of RGB (Red+Green+Blue) = 97+63+99=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #613F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F63 is #9EC09C. Grayscale: #4D4D4D. Windows color (decimal): -10403997 or 6504289. OLE color: 6504289.

HSL color Cylindrical-coordinate representation of color #613F63: hue angle of 296.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #613F63 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB976399-
CMYK0.020.3600.61
HSL296.67º22.22%31.76%-
HSV(B)296.67º36.36%38.82%-
XYZ8.96712.68-
YUV77.27140.26142.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=37.45%
G=24.32%
B=38.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9763990.020.3600.61296.6722.2231.76
Hex613F6322403D1291620
Octal141771432440754512640
Binary1100001111111110001110100100011110110010100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613F63; }

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

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

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

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

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

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

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

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