#606263

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

Shades of Mid Grey #606263

Tints of Mid Grey #606263

Color information

#606263 (or 0x606263) is unknown color: approx Mid Grey. HEX triplet: 60, 62 and 63. RGB value is (96,98,99). Sum of RGB (Red+Green+Blue) = 96+98+99=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 99 - color contains mainly: blue. Hex color #606263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606263 is #9F9D9C. Grayscale: #616161. Windows color (decimal): -10460573 or 6513248. OLE color: 6513248.

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

Color convert

RGB969899-
CMYK0.030.0100.61
HSL200º1.54%38.24%-
HSV(B)200º3.03%38.82%-
XYZ11.4412.1213.54-
YUV97.52128.84126.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.76%
GREEN value IS 98 (38.67% from 255) = 33.45%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=32.76%
G=33.45%
B=33.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9698990.030.0100.612001.5438.24
Hex6062633103Dc8226
Octal14014214331075310246
Binary11000001100010110001111101111011100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606263; }

 p { color: rgb(96,98,99); }

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

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

 a { background-color: rgb(96,98,99); }

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

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

 span { border-color: rgb(96,98,99); }

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