Shades of Allports #106C80
Tints of Allports #106C80
RGB
CMYK
RGB Variations
Color information
#106C80 (or 0x106C80) is known color: Allports. HEX triplet: 10, 6C and 80. RGB value is (16,108,128). Sum of RGB (Red+Green+Blue) = 16+108+128=252 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.35% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 128 (50.39% from 255 or 50.79% from 252); Max value from RGB is 128 - color contains mainly: blue. Hex color #106C80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106C80 is #EF937F. Grayscale: #525252. Windows color (decimal): -15700864 or 8416272. OLE color: 8416272.
HSL color Cylindrical-coordinate representation of color #106C80: hue angle of 190.71º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106C80 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 16 | 108 | 128 | - |
| CMYK | 0.88 | 0.16 | 0 | 0.50 |
| HSL | 190.71º | 0.78% | 0.28% | - |
| HSV(B) | 190.71º | 0.88% | 0.5% | - |
| XYZ | 9.47 | 12.39 | 22.32 | - |
| YUV | 82.77 | 153.52 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 108 | 128 | 0.88 | 0.16 | 0 | 0.50 | 190.71 | 0.78 | 0.28 |
| Hex | 10 | 6C | 80 | 58 | 10 | 0 | 32 | BF | 4E | 1C |
| Octal | 20 | 154 | 200 | 130 | 20 | 0 | 62 | 277 | 116 | 34 |
| Binary | 10000 | 1101100 | 10000000 | 1011000 | 10000 | 0 | 110010 | 10111111 | 1001110 | 11100 |
Color Harmonies of #106C80
Complementary color
Monochromatic Colors of #106C80
Black with #106C80
Text Example
Text Example
White with #106C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106C80; }
p { color: rgb(16,108,128); }
H1.HeaderClassName
{
color: #106C80;
}
.AnyTagClassName
{
color: #106C80;
}
</style>
background-color css
<style>
a { background-color: #106C80; }
a { background-color: rgb(16,108,128); }
div.DivClassName
{
background-color: #106C80;
}
.BgClassName
{
background-color: #106C80;
}
</style>
border-color css
<style>
span { border-color: #106C80; }
span { border-color: rgb(16,108,128); }
td.TdClassName
{
border-color: #106C80;
}
.TagClassName
{
border-color: #106C80;
}
</style>