Shades of Allports #106C94
Tints of Allports #106C94
RGB
CMYK
RGB Variations
Color information
#106C94 (or 0x106C94) is known color: Allports. HEX triplet: 10, 6C and 94. RGB value is (16,108,148). Sum of RGB (Red+Green+Blue) = 16+108+148=272 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.88% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #106C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106C94 is #EF936B. Grayscale: #545454. Windows color (decimal): -15700844 or 9726992. OLE color: 9726992.
HSL color Cylindrical-coordinate representation of color #106C94: hue angle of 198.18º 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 #106C94 is Cyan = 0.89, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 108 | 148 | - |
| CMYK | 0.89 | 0.27 | 0 | 0.42 |
| HSL | 198.18º | 0.8% | 0.32% | - |
| HSV(B) | 198.18º | 0.89% | 0.58% | - |
| XYZ | 10.92 | 12.97 | 29.95 | - |
| YUV | 85.05 | 163.52 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 148 | 0.89 | 0.27 | 0 | 0.42 | 198.18 | 0.8 | 0.32 |
| Hex | 10 | 6C | 94 | 59 | 1B | 0 | 2A | C6 | 50 | 20 |
| Octal | 20 | 154 | 224 | 131 | 33 | 0 | 52 | 306 | 120 | 40 |
| Binary | 10000 | 1101100 | 10010100 | 1011001 | 11011 | 0 | 101010 | 11000110 | 1010000 | 100000 |
Color Harmonies of #106C94
Complementary color
Monochromatic Colors of #106C94
Black with #106C94
Text Example
Text Example
White with #106C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C94; }
p { color: rgb(16,108,148); }
H1.HeaderClassName
{
color: #106C94;
}
.AnyTagClassName
{
color: #106C94;
}
</style>
background-color css
<style>
a { background-color: #106C94; }
a { background-color: rgb(16,108,148); }
div.DivClassName
{
background-color: #106C94;
}
.BgClassName
{
background-color: #106C94;
}
</style>
border-color css
<style>
span { border-color: #106C94; }
span { border-color: rgb(16,108,148); }
td.TdClassName
{
border-color: #106C94;
}
.TagClassName
{
border-color: #106C94;
}
</style>