Shades of Mid Grey #616E7B
Tints of Mid Grey #616E7B
RGB
CMYK
RGB Variations
Color information
#616E7B (or 0x616E7B) is known color: Mid Grey. HEX triplet: 61, 6E and 7B. RGB value is (97,110,123). Sum of RGB (Red+Green+Blue) = 97+110+123=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 123 - color contains mainly: blue. Hex color #616E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E7B is #9E9184. Grayscale: #6B6B6B. Windows color (decimal): -10391941 or 8089185. OLE color: 8089185.
HSL color Cylindrical-coordinate representation of color #616E7B: hue angle of 210º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #616E7B is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
RGB | 97 | 110 | 123 | - |
CMYK | 0.21 | 0.11 | 0 | 0.52 |
HSL | 210º | 0.12% | 0.43% | - |
HSV(B) | 210º | 0.21% | 0.48% | - |
XYZ | 14.08 | 15.12 | 20.92 | - |
YUV | 107.6 | 136.69 | 120.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 110 | 123 | 0.21 | 0.11 | 0 | 0.52 | 210 | 0.12 | 0.43 |
Hex | 61 | 6E | 7B | 15 | B | 0 | 34 | D2 | C | 2B |
Octal | 141 | 156 | 173 | 25 | 13 | 0 | 64 | 322 | 14 | 53 |
Binary | 1100001 | 1101110 | 1111011 | 10101 | 1011 | 0 | 110100 | 11010010 | 1100 | 101011 |
Color Harmonies of #616E7B
Complementary color
Monochromatic Colors of #616E7B
Black with #616E7B
Text Example
Text Example
White with #616E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E7B; }
p { color: rgb(97,110,123); }
H1.HeaderClassName
{
color: #616E7B;
}
.AnyTagClassName
{
color: #616E7B;
}
</style>
background-color css
<style>
a { background-color: #616E7B; }
a { background-color: rgb(97,110,123); }
div.DivClassName
{
background-color: #616E7B;
}
.BgClassName
{
background-color: #616E7B;
}
</style>
border-color css
<style>
span { border-color: #616E7B; }
span { border-color: rgb(97,110,123); }
td.TdClassName
{
border-color: #616E7B;
}
.TagClassName
{
border-color: #616E7B;
}
</style>