Shades of Bright Grey #616266
Tints of Bright Grey #616266
RGB
CMYK
RGB Variations
Color information
#616266 (or 0x616266) is known color: 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
| RGB | 97 | 98 | 102 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.6 |
| HSL | 228º | 0.03% | 0.39% | - |
| HSV(B) | 228º | 0.05% | 0.4% | - |
| XYZ | 11.7 | 12.24 | 14.32 | - |
| YUV | 98.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 102 | 0.05 | 0.04 | 0 | 0.6 | 228 | 0.03 | 0.39 |
| Hex | 61 | 62 | 66 | 5 | 4 | 0 | 3C | E4 | 3 | 27 |
| Octal | 141 | 142 | 146 | 5 | 4 | 0 | 74 | 344 | 3 | 47 |
| Binary | 1100001 | 1100010 | 1100110 | 101 | 100 | 0 | 111100 | 11100100 | 11 | 100111 |
Color Harmonies of #616266
Complementary color
Monochromatic Colors of #616266
Black with #616266
Text Example
Text Example
White with #616266
Text Example
Text Example
HTML Codes & Css Web 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>