Shades of Mid Grey #67696B
Tints of Mid Grey #67696B
RGB
CMYK
RGB Variations
Color information
#67696B (or 0x67696B) is known color: Mid Grey. HEX triplet: 67, 69 and 6B. RGB value is (103,105,107). Sum of RGB (Red+Green+Blue) = 103+105+107=315 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.70% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 107 - color contains mainly: blue. Hex color #67696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67696B is #989694. Grayscale: #686868. Windows color (decimal): -10000021 or 7039335. OLE color: 7039335.
HSL color Cylindrical-coordinate representation of color #67696B: hue angle of 210º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #67696B is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
RGB | 103 | 105 | 107 | - |
CMYK | 0.04 | 0.02 | 0 | 0.58 |
HSL | 210º | 0.02% | 0.41% | - |
HSV(B) | 210º | 0.04% | 0.42% | - |
XYZ | 13.3 | 14.05 | 15.92 | - |
YUV | 104.63 | 129.34 | 126.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 105 | 107 | 0.04 | 0.02 | 0 | 0.58 | 210 | 0.02 | 0.41 |
Hex | 67 | 69 | 6B | 4 | 2 | 0 | 3A | D2 | 2 | 29 |
Octal | 147 | 151 | 153 | 4 | 2 | 0 | 72 | 322 | 2 | 51 |
Binary | 1100111 | 1101001 | 1101011 | 100 | 10 | 0 | 111010 | 11010010 | 10 | 101001 |
Color Harmonies of #67696B
Complementary color
Monochromatic Colors of #67696B
Black with #67696B
Text Example
Text Example
White with #67696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67696B; }
p { color: rgb(103,105,107); }
H1.HeaderClassName
{
color: #67696B;
}
.AnyTagClassName
{
color: #67696B;
}
</style>
background-color css
<style>
a { background-color: #67696B; }
a { background-color: rgb(103,105,107); }
div.DivClassName
{
background-color: #67696B;
}
.BgClassName
{
background-color: #67696B;
}
</style>
border-color css
<style>
span { border-color: #67696B; }
span { border-color: rgb(103,105,107); }
td.TdClassName
{
border-color: #67696B;
}
.TagClassName
{
border-color: #67696B;
}
</style>