Shades of Allports #106D93
Tints of Allports #106D93
RGB
CMYK
RGB Variations
Color information
#106D93 (or 0x106D93) is known color: Allports. HEX triplet: 10, 6D and 93. RGB value is (16,109,147). Sum of RGB (Red+Green+Blue) = 16+109+147=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 147 (57.81% from 255 or 54.04% from 272); Max value from RGB is 147 - color contains mainly: blue. Hex color #106D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106D93 is #EF926C. Grayscale: #555555. Windows color (decimal): -15700589 or 9661712. OLE color: 9661712.
HSL color Cylindrical-coordinate representation of color #106D93: hue angle of 197.4º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106D93 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 109 | 147 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.42 |
| HSL | 197.4º | 0.8% | 0.32% | - |
| HSV(B) | 197.4º | 0.89% | 0.58% | - |
| XYZ | 10.95 | 13.15 | 29.57 | - |
| YUV | 85.53 | 162.69 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 147 | 0.89 | 0.26 | 0 | 0.42 | 197.4 | 0.8 | 0.32 |
| Hex | 10 | 6D | 93 | 59 | 1A | 0 | 2A | C5 | 50 | 20 |
| Octal | 20 | 155 | 223 | 131 | 32 | 0 | 52 | 305 | 120 | 40 |
| Binary | 10000 | 1101101 | 10010011 | 1011001 | 11010 | 0 | 101010 | 11000101 | 1010000 | 100000 |
Color Harmonies of #106D93
Complementary color
Monochromatic Colors of #106D93
Black with #106D93
Text Example
Text Example
White with #106D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D93; }
p { color: rgb(16,109,147); }
H1.HeaderClassName
{
color: #106D93;
}
.AnyTagClassName
{
color: #106D93;
}
</style>
background-color css
<style>
a { background-color: #106D93; }
a { background-color: rgb(16,109,147); }
div.DivClassName
{
background-color: #106D93;
}
.BgClassName
{
background-color: #106D93;
}
</style>
border-color css
<style>
span { border-color: #106D93; }
span { border-color: rgb(16,109,147); }
td.TdClassName
{
border-color: #106D93;
}
.TagClassName
{
border-color: #106D93;
}
</style>