Shades of Allports #106E82
Tints of Allports #106E82
RGB
CMYK
RGB Variations
Color information
#106E82 (or 0x106E82) is known color: Allports. HEX triplet: 10, 6E and 82. RGB value is (16,110,130). Sum of RGB (Red+Green+Blue) = 16+110+130=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #106E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E82 is #EF917D. Grayscale: #535353. Windows color (decimal): -15700350 or 8547856. OLE color: 8547856.
HSL color Cylindrical-coordinate representation of color #106E82: hue angle of 190.53º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106E82 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 110 | 130 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.49 |
| HSL | 190.53º | 0.78% | 0.29% | - |
| HSV(B) | 190.53º | 0.88% | 0.51% | - |
| XYZ | 9.82 | 12.87 | 23.09 | - |
| YUV | 84.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 130 | 0.88 | 0.15 | 0 | 0.49 | 190.53 | 0.78 | 0.29 |
| Hex | 10 | 6E | 82 | 58 | F | 0 | 31 | BF | 4E | 1D |
| Octal | 20 | 156 | 202 | 130 | 17 | 0 | 61 | 277 | 116 | 35 |
| Binary | 10000 | 1101110 | 10000010 | 1011000 | 1111 | 0 | 110001 | 10111111 | 1001110 | 11101 |
Color Harmonies of #106E82
Complementary color
Monochromatic Colors of #106E82
Black with #106E82
Text Example
Text Example
White with #106E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E82; }
p { color: rgb(16,110,130); }
H1.HeaderClassName
{
color: #106E82;
}
.AnyTagClassName
{
color: #106E82;
}
</style>
background-color css
<style>
a { background-color: #106E82; }
a { background-color: rgb(16,110,130); }
div.DivClassName
{
background-color: #106E82;
}
.BgClassName
{
background-color: #106E82;
}
</style>
border-color css
<style>
span { border-color: #106E82; }
span { border-color: rgb(16,110,130); }
td.TdClassName
{
border-color: #106E82;
}
.TagClassName
{
border-color: #106E82;
}
</style>