Shades of Allports #106E8A
Tints of Allports #106E8A
RGB
CMYK
RGB Variations
Color information
#106E8A (or 0x106E8A) is known color: Allports. HEX triplet: 10, 6E and 8A. RGB value is (16,110,138). Sum of RGB (Red+Green+Blue) = 16+110+138=264 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.06% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 138 (54.30% from 255 or 52.27% from 264); Max value from RGB is 138 - color contains mainly: blue. Hex color #106E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106E8A is #EF9175. Grayscale: #545454. Windows color (decimal): -15700342 or 9072144. OLE color: 9072144.
HSL color Cylindrical-coordinate representation of color #106E8A: hue angle of 193.77º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106E8A is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 16 | 110 | 138 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.46 |
| HSL | 193.77º | 0.79% | 0.3% | - |
| HSV(B) | 193.77º | 0.88% | 0.54% | - |
| XYZ | 10.38 | 13.1 | 26.03 | - |
| YUV | 85.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 110 | 138 | 0.88 | 0.20 | 0 | 0.46 | 193.77 | 0.79 | 0.3 |
| Hex | 10 | 6E | 8A | 58 | 14 | 0 | 2E | C2 | 4F | 1E |
| Octal | 20 | 156 | 212 | 130 | 24 | 0 | 56 | 302 | 117 | 36 |
| Binary | 10000 | 1101110 | 10001010 | 1011000 | 10100 | 0 | 101110 | 11000010 | 1001111 | 11110 |
Color Harmonies of #106E8A
Complementary color
Monochromatic Colors of #106E8A
Black with #106E8A
Text Example
Text Example
White with #106E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106E8A; }
p { color: rgb(16,110,138); }
H1.HeaderClassName
{
color: #106E8A;
}
.AnyTagClassName
{
color: #106E8A;
}
</style>
background-color css
<style>
a { background-color: #106E8A; }
a { background-color: rgb(16,110,138); }
div.DivClassName
{
background-color: #106E8A;
}
.BgClassName
{
background-color: #106E8A;
}
</style>
border-color css
<style>
span { border-color: #106E8A; }
span { border-color: rgb(16,110,138); }
td.TdClassName
{
border-color: #106E8A;
}
.TagClassName
{
border-color: #106E8A;
}
</style>