Shades of Allports #106C7B
Tints of Allports #106C7B
RGB
CMYK
RGB Variations
Color information
#106C7B (or 0x106C7B) is known color: Allports. HEX triplet: 10, 6C and 7B. RGB value is (16,108,123). Sum of RGB (Red+Green+Blue) = 16+108+123=247 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.48% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #106C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C7B is #EF9384. Grayscale: #525252. Windows color (decimal): -15700869 or 8088592. OLE color: 8088592.
HSL color Cylindrical-coordinate representation of color #106C7B: hue angle of 188.41º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #106C7B is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 108 | 123 | - |
| CMYK | 0.87 | 0.12 | 0 | 0.52 |
| HSL | 188.41º | 0.77% | 0.27% | - |
| HSV(B) | 188.41º | 0.87% | 0.48% | - |
| XYZ | 9.15 | 12.27 | 20.62 | - |
| YUV | 82.2 | 151.02 | 80.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 123 | 0.87 | 0.12 | 0 | 0.52 | 188.41 | 0.77 | 0.27 |
| Hex | 10 | 6C | 7B | 57 | C | 0 | 34 | BC | 4D | 1B |
| Octal | 20 | 154 | 173 | 127 | 14 | 0 | 64 | 274 | 115 | 33 |
| Binary | 10000 | 1101100 | 1111011 | 1010111 | 1100 | 0 | 110100 | 10111100 | 1001101 | 11011 |
Color Harmonies of #106C7B
Complementary color
Monochromatic Colors of #106C7B
Black with #106C7B
Text Example
Text Example
White with #106C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C7B; }
p { color: rgb(16,108,123); }
H1.HeaderClassName
{
color: #106C7B;
}
.AnyTagClassName
{
color: #106C7B;
}
</style>
background-color css
<style>
a { background-color: #106C7B; }
a { background-color: rgb(16,108,123); }
div.DivClassName
{
background-color: #106C7B;
}
.BgClassName
{
background-color: #106C7B;
}
</style>
border-color css
<style>
span { border-color: #106C7B; }
span { border-color: rgb(16,108,123); }
td.TdClassName
{
border-color: #106C7B;
}
.TagClassName
{
border-color: #106C7B;
}
</style>