#614162

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

Shades of Seance #614162

Tints of Seance #614162

Color information

#614162 (or 0x614162) is unknown color: approx Seance. HEX triplet: 61, 41 and 62. RGB value is (97,65,98). Sum of RGB (Red+Green+Blue) = 97+65+98=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 98 (38.67% from 255 or 37.69% from 260); Max value from RGB is 98 - color contains mainly: blue. Hex color #614162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614162 is #9EBE9D. Grayscale: #4E4E4E. Windows color (decimal): -10403486 or 6439265. OLE color: 6439265.

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

Color convert

RGB976598-
CMYK0.010.3400.62
HSL298.18º20.25%31.96%-
HSV(B)298.18º33.67%38.43%-
XYZ9.027.212.47-
YUV78.33139.1141.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 65 (25.78% from 255) = 25%
BLUE value IS 98 (38.67% from 255) = 37.69%
R=37.31%
G=25%
B=37.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9765980.010.3400.62298.1820.2531.96
Hex61416212203E12a1420
Octal1411011421420764522440
Binary1100001100000111000101100010011111010010101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614162; }

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

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

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

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

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

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

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

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