#616470

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

Shades of Comet #616470

Tints of Comet #616470

Color information

#616470 (or 0x616470) is unknown color: approx Comet. HEX triplet: 61, 64 and 70. RGB value is (97,100,112). Sum of RGB (Red+Green+Blue) = 97+100+112=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #616470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616470 is #9E9B8F. Grayscale: #646464. Windows color (decimal): -10394512 or 7365729. OLE color: 7365729.

HSL color Cylindrical-coordinate representation of color #616470: hue angle of 228º 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 #616470 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB97100112-
CMYK0.130.1100.56
HSL228º7.18%40.98%-
HSV(B)228º13.39%43.92%-
XYZ12.4112.8317.15-
YUV100.47134.51125.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=31.39%
G=32.36%
B=36.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal971001120.130.1100.562287.1840.98
Hex616470DB038e4729
Octal1411441601513070344751
Binary11000011100100111000011011011011100011100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616470; }

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

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

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

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

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

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

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

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