Shades of Allports #106A7A
Tints of Allports #106A7A
RGB
CMYK
RGB Variations
Color information
#106A7A (or 0x106A7A) is known color: Allports. HEX triplet: 10, 6A and 7A. RGB value is (16,106,122). Sum of RGB (Red+Green+Blue) = 16+106+122=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 106 (41.80% from 255 or 43.44% from 244); Blue value is 122 (48.05% from 255 or 50% from 244); Max value from RGB is 122 - color contains mainly: blue. Hex color #106A7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106A7A is #EF9585. Grayscale: #505050. Windows color (decimal): -15701382 or 8022544. OLE color: 8022544.
HSL color Cylindrical-coordinate representation of color #106A7A: hue angle of 189.06º 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 #106A7A is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 106 | 122 | - |
| CMYK | 0.87 | 0.13 | 0 | 0.52 |
| HSL | 189.06º | 0.77% | 0.27% | - |
| HSV(B) | 189.06º | 0.87% | 0.48% | - |
| XYZ | 8.88 | 11.82 | 20.23 | - |
| YUV | 80.91 | 151.18 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 106 | 122 | 0.87 | 0.13 | 0 | 0.52 | 189.06 | 0.77 | 0.27 |
| Hex | 10 | 6A | 7A | 57 | D | 0 | 34 | BD | 4D | 1B |
| Octal | 20 | 152 | 172 | 127 | 15 | 0 | 64 | 275 | 115 | 33 |
| Binary | 10000 | 1101010 | 1111010 | 1010111 | 1101 | 0 | 110100 | 10111101 | 1001101 | 11011 |
Color Harmonies of #106A7A
Complementary color
Monochromatic Colors of #106A7A
Black with #106A7A
Text Example
Text Example
White with #106A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106A7A; }
p { color: rgb(16,106,122); }
H1.HeaderClassName
{
color: #106A7A;
}
.AnyTagClassName
{
color: #106A7A;
}
</style>
background-color css
<style>
a { background-color: #106A7A; }
a { background-color: rgb(16,106,122); }
div.DivClassName
{
background-color: #106A7A;
}
.BgClassName
{
background-color: #106A7A;
}
</style>
border-color css
<style>
span { border-color: #106A7A; }
span { border-color: rgb(16,106,122); }
td.TdClassName
{
border-color: #106A7A;
}
.TagClassName
{
border-color: #106A7A;
}
</style>