#616270

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

Shades of Comet #616270

Tints of Comet #616270

Color information

#616270 (or 0x616270) is unknown color: approx Comet. HEX triplet: 61, 62 and 70. RGB value is (97,98,112). Sum of RGB (Red+Green+Blue) = 97+98+112=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #616270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616270 is #9E9D8F. Grayscale: #636363. Windows color (decimal): -10395024 or 7365217. OLE color: 7365217.

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

Color convert

RGB9798112-
CMYK0.130.1300.56
HSL236º7.18%40.98%-
HSV(B)236º13.39%43.92%-
XYZ12.2212.4517.09-
YUV99.3135.17126.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 98 (38.67% from 255) = 31.92%
BLUE value IS 112 (44.14% from 255) = 36.48%
R=31.60%
G=31.92%
B=36.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97981120.130.1300.562367.1840.98
Hex616270DD038ec729
Octal1411421601515070354751
Binary11000011100010111000011011101011100011101100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616270; }

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

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

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

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

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

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

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

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