#616370

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

Shades of Comet #616370

Tints of Comet #616370

Color information

#616370 (or 0x616370) is unknown color: approx Comet. HEX triplet: 61, 63 and 70. RGB value is (97,99,112). Sum of RGB (Red+Green+Blue) = 97+99+112=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #616370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616370 is #9E9C8F. Grayscale: #636363. Windows color (decimal): -10394768 or 7365473. OLE color: 7365473.

HSL color Cylindrical-coordinate representation of color #616370: hue angle of 232º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616370 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9799112-
CMYK0.130.1200.56
HSL232º7.18%40.98%-
HSV(B)232º13.39%43.92%-
XYZ12.3212.6317.12-
YUV99.88134.84125.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 99 (39.06% from 255) = 32.14%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=31.49%
G=32.14%
B=36.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97991120.130.1200.562327.1840.98
Hex616370DC038e8729
Octal1411431601514070350751
Binary11000011100011111000011011100011100011101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616370; }

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

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

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

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

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

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

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

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