#613662

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

Shades of Seance #613662

Tints of Seance #613662

Color information

#613662 (or 0x613662) is unknown color: approx Seance. HEX triplet: 61, 36 and 62. RGB value is (97,54,98). Sum of RGB (Red+Green+Blue) = 97+54+98=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 98 (38.67% from 255 or 39.36% from 249); Max value from RGB is 98 - color contains mainly: blue. Hex color #613662 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613662 is #9EC99D. Grayscale: #474747. Windows color (decimal): -10406302 or 6436449. OLE color: 6436449.

HSL color Cylindrical-coordinate representation of color #613662: hue angle of 298.64º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #613662 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB975498-
CMYK0.010.4500.62
HSL298.64º28.95%29.8%-
HSV(B)298.64º44.9%38.43%-
XYZ8.456.0612.28-
YUV71.87142.75145.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 54 (21.48% from 255) = 21.69%
BLUE value IS 98 (38.67% from 255) = 39.36%
R=38.96%
G=21.69%
B=39.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9754980.010.4500.62298.6428.9529.8
Hex61366212D03E12b1d1e
Octal141661421550764533536
Binary11000011101101100010110110101111101001010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613662; }

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

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

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

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

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

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

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

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