Shades of Mid Grey #606669
Tints of Mid Grey #606669
RGB
CMYK
RGB Variations
Color information
#606669 (or 0x606669) is known color: Mid Grey. HEX triplet: 60, 66 and 69. RGB value is (96,102,105). Sum of RGB (Red+Green+Blue) = 96+102+105=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 105 - color contains mainly: blue. Hex color #606669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606669 is #9F9996. Grayscale: #646464. Windows color (decimal): -10459543 or 6907488. OLE color: 6907488.
HSL color Cylindrical-coordinate representation of color #606669: hue angle of 200º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #606669 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 102 | 105 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.59 |
| HSL | 200º | 0.04% | 0.39% | - |
| HSV(B) | 200º | 0.09% | 0.41% | - |
| XYZ | 12.13 | 13.01 | 15.24 | - |
| YUV | 100.55 | 130.51 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 105 | 0.09 | 0.03 | 0 | 0.59 | 200 | 0.04 | 0.39 |
| Hex | 60 | 66 | 69 | 9 | 3 | 0 | 3B | C8 | 4 | 27 |
| Octal | 140 | 146 | 151 | 11 | 3 | 0 | 73 | 310 | 4 | 47 |
| Binary | 1100000 | 1100110 | 1101001 | 1001 | 11 | 0 | 111011 | 11001000 | 100 | 100111 |
Color Harmonies of #606669
Complementary color
Monochromatic Colors of #606669
Black with #606669
Text Example
Text Example
White with #606669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606669; }
p { color: rgb(96,102,105); }
H1.HeaderClassName
{
color: #606669;
}
.AnyTagClassName
{
color: #606669;
}
</style>
background-color css
<style>
a { background-color: #606669; }
a { background-color: rgb(96,102,105); }
div.DivClassName
{
background-color: #606669;
}
.BgClassName
{
background-color: #606669;
}
</style>
border-color css
<style>
span { border-color: #606669; }
span { border-color: rgb(96,102,105); }
td.TdClassName
{
border-color: #606669;
}
.TagClassName
{
border-color: #606669;
}
</style>