#614260

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

Shades of Seance #614260

Tints of Seance #614260

Color information

#614260 (or 0x614260) is unknown color: approx Seance. HEX triplet: 61, 42 and 60. RGB value is (97,66,96). Sum of RGB (Red+Green+Blue) = 97+66+96=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 96 (37.89% from 255 or 37.07% from 259); Max value from RGB is 97 - color contains mainly: red. Hex color #614260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614260 is #9EBD9F. Grayscale: #4E4E4E. Windows color (decimal): -10403232 or 6308449. OLE color: 6308449.

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

Color convert

RGB976696-
CMYK00.320.010.62
HSL301.94º19.02%31.96%-
HSV(B)301.94º31.96%38.04%-
XYZ8.997.2812-
YUV78.69137.77141.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.45%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 96 (37.89% from 255) = 37.07%
R=37.45%
G=25.48%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97669600.320.010.62301.9419.0231.96
Hex61426002013E12e1320
Octal1411021400401764562340
Binary1100001100001011000000100000111111010010111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614260; }

 p { color: rgb(97,66,96); }

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

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

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

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

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

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

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