Shades of Allports #106C85
Tints of Allports #106C85
RGB
CMYK
RGB Variations
Color information
#106C85 (or 0x106C85) is known color: Allports. HEX triplet: 10, 6C and 85. RGB value is (16,108,133). Sum of RGB (Red+Green+Blue) = 16+108+133=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 133 (52.34% from 255 or 51.75% from 257); Max value from RGB is 133 - color contains mainly: blue. Hex color #106C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106C85 is #EF937A. Grayscale: #535353. Windows color (decimal): -15700859 or 8743952. OLE color: 8743952.
HSL color Cylindrical-coordinate representation of color #106C85: hue angle of 192.82º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106C85 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 108 | 133 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.48 |
| HSL | 192.82º | 0.79% | 0.29% | - |
| HSV(B) | 192.82º | 0.88% | 0.52% | - |
| XYZ | 9.81 | 12.53 | 24.09 | - |
| YUV | 83.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 133 | 0.88 | 0.19 | 0 | 0.48 | 192.82 | 0.79 | 0.29 |
| Hex | 10 | 6C | 85 | 58 | 13 | 0 | 30 | C1 | 4F | 1D |
| Octal | 20 | 154 | 205 | 130 | 23 | 0 | 60 | 301 | 117 | 35 |
| Binary | 10000 | 1101100 | 10000101 | 1011000 | 10011 | 0 | 110000 | 11000001 | 1001111 | 11101 |
Color Harmonies of #106C85
Complementary color
Monochromatic Colors of #106C85
Black with #106C85
Text Example
Text Example
White with #106C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C85; }
p { color: rgb(16,108,133); }
H1.HeaderClassName
{
color: #106C85;
}
.AnyTagClassName
{
color: #106C85;
}
</style>
background-color css
<style>
a { background-color: #106C85; }
a { background-color: rgb(16,108,133); }
div.DivClassName
{
background-color: #106C85;
}
.BgClassName
{
background-color: #106C85;
}
</style>
border-color css
<style>
span { border-color: #106C85; }
span { border-color: rgb(16,108,133); }
td.TdClassName
{
border-color: #106C85;
}
.TagClassName
{
border-color: #106C85;
}
</style>