#616264

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

Shades of Bright Grey #616264

Tints of Bright Grey #616264

Color information

#616264 (or 0x616264) is unknown color: approx Bright Grey. HEX triplet: 61, 62 and 64. RGB value is (97,98,100). Sum of RGB (Red+Green+Blue) = 97+98+100=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 100 - color contains mainly: blue. Hex color #616264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616264 is #9E9D9B. Grayscale: #616161. Windows color (decimal): -10395036 or 6578785. OLE color: 6578785.

HSL color Cylindrical-coordinate representation of color #616264: hue angle of 220º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #616264 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9798100-
CMYK0.030.0200.61
HSL220º1.52%38.63%-
HSV(B)220º3%39.22%-
XYZ11.612.213.8-
YUV97.93129.17127.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 98 (38.67% from 255) = 33.22%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=32.88%
G=33.22%
B=33.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97981000.030.0200.612201.5238.63
Hex6162643203Ddc227
Octal14114214432075334247
Binary110000111000101100100111001111011101110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616264; }

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

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

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

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

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

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

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

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