#614263

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

Shades of Seance #614263

Tints of Seance #614263

Color information

#614263 (or 0x614263) is unknown color: approx Seance. HEX triplet: 61, 42 and 63. RGB value is (97,66,99). Sum of RGB (Red+Green+Blue) = 97+66+99=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 99 (39.06% from 255 or 37.79% from 262); Max value from RGB is 99 - color contains mainly: blue. Hex color #614263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614263 is #9EBD9C. Grayscale: #4E4E4E. Windows color (decimal): -10403229 or 6505057. OLE color: 6505057.

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

Color convert

RGB976699-
CMYK0.020.3300.61
HSL296.36º20%32.35%-
HSV(B)296.36º33.33%38.82%-
XYZ9.137.3412.74-
YUV79.03139.27140.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 99 (39.06% from 255) = 37.79%
R=37.02%
G=25.19%
B=37.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9766990.020.3300.61296.362032.35
Hex61426322103D1281420
Octal1411021432410754502440
Binary11000011000010110001110100001011110110010100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614263; }

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

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

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

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

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

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

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

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