#616266

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

Shades of Bright Grey #616266

Tints of Bright Grey #616266

Color information

#616266 (or 0x616266) is unknown color: approx Bright Grey. HEX triplet: 61, 62 and 66. RGB value is (97,98,102). Sum of RGB (Red+Green+Blue) = 97+98+102=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 102 - color contains mainly: blue. Hex color #616266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616266 is #9E9D99. Grayscale: #626262. Windows color (decimal): -10395034 or 6709857. OLE color: 6709857.

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

Color convert

RGB9798102-
CMYK0.050.0400.6
HSL228º2.51%39.02%-
HSV(B)228º4.9%40%-
XYZ11.712.2414.32-
YUV98.16130.17127.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=32.66%
G=33.00%
B=34.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97981020.050.0400.62282.5139.02
Hex6162665403Ce4327
Octal14114214654074344347
Binary11000011100010110011010110001111001110010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616266; }

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

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

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

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

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

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

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

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