#616473

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

Shades of Comet #616473

Tints of Comet #616473

Color information

#616473 (or 0x616473) is unknown color: approx Comet. HEX triplet: 61, 64 and 73. RGB value is (97,100,115). Sum of RGB (Red+Green+Blue) = 97+100+115=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #616473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616473 is #9E9B8C. Grayscale: #646464. Windows color (decimal): -10394509 or 7562337. OLE color: 7562337.

HSL color Cylindrical-coordinate representation of color #616473: hue angle of 230º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #616473 is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB97100115-
CMYK0.160.1300.55
HSL230º8.49%41.57%-
HSV(B)230º15.65%45.1%-
XYZ12.5812.8918.05-
YUV100.81136.01125.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.09%
GREEN value IS 100 (39.45% from 255) = 32.05%
BLUE value IS 115 (45.31% from 255) = 36.86%
R=31.09%
G=32.05%
B=36.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal971001150.160.1300.552308.4941.57
Hex61647310D037e682a
Octal14114416320150673461052
Binary1100001110010011100111000011010110111111001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616473; }

 p { color: rgb(97,100,115); }

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

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

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

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

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

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

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