#614461

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

Shades of Seance #614461

Tints of Seance #614461

Color information

#614461 (or 0x614461) is unknown color: approx Seance. HEX triplet: 61, 44 and 61. RGB value is (97,68,97). Sum of RGB (Red+Green+Blue) = 97+68+97=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #614461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614461 is #9EBB9E. Grayscale: #4F4F4F. Windows color (decimal): -10402719 or 6374497. OLE color: 6374497.

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

Color convert

RGB976897-
CMYK00.3000.62
HSL300º17.58%32.35%-
HSV(B)300º29.9%38.04%-
XYZ9.157.5412.28-
YUV79.98137.61140.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=37.02%
G=25.95%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97689700.3000.6230017.5832.35
Hex61446101E03E12c1220
Octal1411041410360764542240
Binary110000110001001100001011110011111010010110010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614461; }

 p { color: rgb(97,68,97); }

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

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

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

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

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

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

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