Shades of Mid Grey #606263
Tints of Mid Grey #606263
RGB
CMYK
RGB Variations
Color information
#606263 (or 0x606263) is known color: 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
RGB | 96 | 98 | 99 | - |
CMYK | 0.03 | 0.01 | 0 | 0.61 |
HSL | 200º | 0.02% | 0.38% | - |
HSV(B) | 200º | 0.03% | 0.39% | - |
XYZ | 11.44 | 12.12 | 13.54 | - |
YUV | 97.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 96 | 98 | 99 | 0.03 | 0.01 | 0 | 0.61 | 200 | 0.02 | 0.38 |
Hex | 60 | 62 | 63 | 3 | 1 | 0 | 3D | C8 | 2 | 26 |
Octal | 140 | 142 | 143 | 3 | 1 | 0 | 75 | 310 | 2 | 46 |
Binary | 1100000 | 1100010 | 1100011 | 11 | 1 | 0 | 111101 | 11001000 | 10 | 100110 |
Color Harmonies of #606263
Complementary color
Monochromatic Colors of #606263
Black with #606263
Text Example
Text Example
White with #606263
Text Example
Text Example
HTML Codes & Css Web 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>