Shades of Allports #106C7A
Tints of Allports #106C7A
RGB
CMYK
RGB Variations
Color information
#106C7A (or 0x106C7A) is known color: Allports. HEX triplet: 10, 6C and 7A. RGB value is (16,108,122). Sum of RGB (Red+Green+Blue) = 16+108+122=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 108 (42.58% from 255 or 43.90% from 246); Blue value is 122 (48.05% from 255 or 49.59% from 246); Max value from RGB is 122 - color contains mainly: blue. Hex color #106C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106C7A is #EF9385. Grayscale: #515151. Windows color (decimal): -15700870 or 8023056. OLE color: 8023056.
HSL color Cylindrical-coordinate representation of color #106C7A: hue angle of 187.92º 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 #106C7A is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 108 | 122 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.52 |
| HSL | 187.92º | 0.77% | 0.27% | - |
| HSV(B) | 187.92º | 0.87% | 0.48% | - |
| XYZ | 9.09 | 12.24 | 20.3 | - |
| YUV | 82.09 | 150.52 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 122 | 0.87 | 0.11 | 0 | 0.52 | 187.92 | 0.77 | 0.27 |
| Hex | 10 | 6C | 7A | 57 | B | 0 | 34 | BC | 4D | 1B |
| Octal | 20 | 154 | 172 | 127 | 13 | 0 | 64 | 274 | 115 | 33 |
| Binary | 10000 | 1101100 | 1111010 | 1010111 | 1011 | 0 | 110100 | 10111100 | 1001101 | 11011 |
Color Harmonies of #106C7A
Complementary color
Monochromatic Colors of #106C7A
Black with #106C7A
Text Example
Text Example
White with #106C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C7A; }
p { color: rgb(16,108,122); }
H1.HeaderClassName
{
color: #106C7A;
}
.AnyTagClassName
{
color: #106C7A;
}
</style>
background-color css
<style>
a { background-color: #106C7A; }
a { background-color: rgb(16,108,122); }
div.DivClassName
{
background-color: #106C7A;
}
.BgClassName
{
background-color: #106C7A;
}
</style>
border-color css
<style>
span { border-color: #106C7A; }
span { border-color: rgb(16,108,122); }
td.TdClassName
{
border-color: #106C7A;
}
.TagClassName
{
border-color: #106C7A;
}
</style>