#614063

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

Shades of Seance #614063

Tints of Seance #614063

Color information

#614063 (or 0x614063) is unknown color: approx Seance. HEX triplet: 61, 40 and 63. RGB value is (97,64,99). Sum of RGB (Red+Green+Blue) = 97+64+99=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #614063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614063 is #9EBF9C. Grayscale: #4D4D4D. Windows color (decimal): -10403741 or 6504545. OLE color: 6504545.

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

Color convert

RGB976499-
CMYK0.020.3500.61
HSL296.57º21.47%31.96%-
HSV(B)296.57º35.35%38.82%-
XYZ9.027.1112.7-
YUV77.86139.93141.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.31%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=37.31%
G=24.62%
B=38.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9764990.020.3500.61296.5721.4731.96
Hex61406322303D1291520
Octal1411001432430754512540
Binary11000011000000110001110100011011110110010100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614063; }

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

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

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

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

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

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

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

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