#616372

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

Shades of Comet #616372

Tints of Comet #616372

Color information

#616372 (or 0x616372) is unknown color: approx Comet. HEX triplet: 61, 63 and 72. RGB value is (97,99,114). Sum of RGB (Red+Green+Blue) = 97+99+114=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 114 - color contains mainly: blue. Hex color #616372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616372 is #9E9C8D. Grayscale: #646464. Windows color (decimal): -10394766 or 7496545. OLE color: 7496545.

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

Color convert

RGB9799114-
CMYK0.150.1300.55
HSL232.94º8.06%41.37%-
HSV(B)232.94º14.91%44.71%-
XYZ12.4312.6817.71-
YUV100.11135.84125.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 99 (39.06% from 255) = 31.94%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=31.29%
G=31.94%
B=36.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97991140.150.1300.55232.948.0641.37
Hex616372FD037e9829
Octal14114316217150673511051
Binary110000111000111110010111111010110111111010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616372; }

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

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

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

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

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

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

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

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