#616274

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

Shades of Comet #616274

Tints of Comet #616274

Color information

#616274 (or 0x616274) is unknown color: approx Comet. HEX triplet: 61, 62 and 74. RGB value is (97,98,116). Sum of RGB (Red+Green+Blue) = 97+98+116=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 98 (38.67% from 255 or 31.51% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 116 - color contains mainly: blue. Hex color #616274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616274 is #9E9D8B. Grayscale: #636363. Windows color (decimal): -10395020 or 7627361. OLE color: 7627361.

HSL color Cylindrical-coordinate representation of color #616274: hue angle of 236.84º degrees, saturation: 0.09, 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 #616274 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9798116-
CMYK0.160.1600.55
HSL236.84º8.92%41.76%-
HSV(B)236.84º16.38%45.49%-
XYZ12.4512.5418.29-
YUV99.75137.17126.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 98 (38.67% from 255) = 31.51%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=31.19%
G=31.51%
B=37.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97981160.160.1600.55236.848.9241.76
Hex6162741010037ed92a
Octal14114216420200673551152
Binary11000011100010111010010000100000110111111011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616274; }

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

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

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

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

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

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

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

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