Shades of Mid Grey #606568
Tints of Mid Grey #606568
RGB
CMYK
RGB Variations
Color information
#606568 (or 0x606568) is known color: Mid Grey. HEX triplet: 60, 65 and 68. RGB value is (96,101,104). Sum of RGB (Red+Green+Blue) = 96+101+104=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 101 (39.84% from 255 or 33.55% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 104 - color contains mainly: blue. Hex color #606568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606568 is #9F9A97. Grayscale: #636363. Windows color (decimal): -10459800 or 6841696. OLE color: 6841696.
HSL color Cylindrical-coordinate representation of color #606568: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606568 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 101 | 104 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.59 |
| HSL | 202.5º | 0.04% | 0.39% | - |
| HSV(B) | 202.5º | 0.08% | 0.41% | - |
| XYZ | 11.98 | 12.79 | 14.93 | - |
| YUV | 99.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 104 | 0.08 | 0.03 | 0 | 0.59 | 202.5 | 0.04 | 0.39 |
| Hex | 60 | 65 | 68 | 8 | 3 | 0 | 3B | CA | 4 | 27 |
| Octal | 140 | 145 | 150 | 10 | 3 | 0 | 73 | 312 | 4 | 47 |
| Binary | 1100000 | 1100101 | 1101000 | 1000 | 11 | 0 | 111011 | 11001010 | 100 | 100111 |
Color Harmonies of #606568
Complementary color
Monochromatic Colors of #606568
Black with #606568
Text Example
Text Example
White with #606568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606568; }
p { color: rgb(96,101,104); }
H1.HeaderClassName
{
color: #606568;
}
.AnyTagClassName
{
color: #606568;
}
</style>
background-color css
<style>
a { background-color: #606568; }
a { background-color: rgb(96,101,104); }
div.DivClassName
{
background-color: #606568;
}
.BgClassName
{
background-color: #606568;
}
</style>
border-color css
<style>
span { border-color: #606568; }
span { border-color: rgb(96,101,104); }
td.TdClassName
{
border-color: #606568;
}
.TagClassName
{
border-color: #606568;
}
</style>