Shades of Allports #106D90
Tints of Allports #106D90
RGB
CMYK
RGB Variations
Color information
#106D90 (or 0x106D90) is known color: Allports. HEX triplet: 10, 6D and 90. RGB value is (16,109,144). Sum of RGB (Red+Green+Blue) = 16+109+144=269 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.95% from 269); Green value is 109 (42.97% from 255 or 40.52% from 269); Blue value is 144 (56.64% from 255 or 53.53% from 269); Max value from RGB is 144 - color contains mainly: blue. Hex color #106D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106D90 is #EF926F. Grayscale: #545454. Windows color (decimal): -15700592 or 9465104. OLE color: 9465104.
HSL color Cylindrical-coordinate representation of color #106D90: hue angle of 196.41º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106D90 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 109 | 144 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.44 |
| HSL | 196.41º | 0.8% | 0.31% | - |
| HSV(B) | 196.41º | 0.89% | 0.56% | - |
| XYZ | 10.72 | 13.06 | 28.34 | - |
| YUV | 85.18 | 161.19 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 144 | 0.89 | 0.24 | 0 | 0.44 | 196.41 | 0.8 | 0.31 |
| Hex | 10 | 6D | 90 | 59 | 18 | 0 | 2C | C4 | 50 | 1F |
| Octal | 20 | 155 | 220 | 131 | 30 | 0 | 54 | 304 | 120 | 37 |
| Binary | 10000 | 1101101 | 10010000 | 1011001 | 11000 | 0 | 101100 | 11000100 | 1010000 | 11111 |
Color Harmonies of #106D90
Complementary color
Monochromatic Colors of #106D90
Black with #106D90
Text Example
Text Example
White with #106D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D90; }
p { color: rgb(16,109,144); }
H1.HeaderClassName
{
color: #106D90;
}
.AnyTagClassName
{
color: #106D90;
}
</style>
background-color css
<style>
a { background-color: #106D90; }
a { background-color: rgb(16,109,144); }
div.DivClassName
{
background-color: #106D90;
}
.BgClassName
{
background-color: #106D90;
}
</style>
border-color css
<style>
span { border-color: #106D90; }
span { border-color: rgb(16,109,144); }
td.TdClassName
{
border-color: #106D90;
}
.TagClassName
{
border-color: #106D90;
}
</style>