Shades of Allports #107688
Tints of Allports #107688
RGB
CMYK
RGB Variations
Color information
#107688 (or 0x107688) is known color: Allports. HEX triplet: 10, 76 and 88. RGB value is (16,118,136). Sum of RGB (Red+Green+Blue) = 16+118+136=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 136 (53.52% from 255 or 50.37% from 270); Max value from RGB is 136 - color contains mainly: blue. Hex color #107688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #107688 is #EF8977. Grayscale: #595959. Windows color (decimal): -15698296 or 8943120. OLE color: 8943120.
HSL color Cylindrical-coordinate representation of color #107688: hue angle of 189º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #107688 is Cyan = 0.88, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 118 | 136 | - |
| CMYK | 0.88 | 0.13 | 0 | 0.47 |
| HSL | 189º | 0.79% | 0.3% | - |
| HSV(B) | 189º | 0.88% | 0.53% | - |
| XYZ | 11.14 | 14.84 | 25.57 | - |
| YUV | 89.55 | 154.21 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 118 | 136 | 0.88 | 0.13 | 0 | 0.47 | 189 | 0.79 | 0.3 |
| Hex | 10 | 76 | 88 | 58 | D | 0 | 2F | BD | 4F | 1E |
| Octal | 20 | 166 | 210 | 130 | 15 | 0 | 57 | 275 | 117 | 36 |
| Binary | 10000 | 1110110 | 10001000 | 1011000 | 1101 | 0 | 101111 | 10111101 | 1001111 | 11110 |
Color Harmonies of #107688
Complementary color
Monochromatic Colors of #107688
Black with #107688
Text Example
Text Example
White with #107688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107688; }
p { color: rgb(16,118,136); }
H1.HeaderClassName
{
color: #107688;
}
.AnyTagClassName
{
color: #107688;
}
</style>
background-color css
<style>
a { background-color: #107688; }
a { background-color: rgb(16,118,136); }
div.DivClassName
{
background-color: #107688;
}
.BgClassName
{
background-color: #107688;
}
</style>
border-color css
<style>
span { border-color: #107688; }
span { border-color: rgb(16,118,136); }
td.TdClassName
{
border-color: #107688;
}
.TagClassName
{
border-color: #107688;
}
</style>