Shades of Allports #106688
Tints of Allports #106688
RGB
CMYK
RGB Variations
Color information
#106688 (or 0x106688) is known color: Allports. HEX triplet: 10, 66 and 88. RGB value is (16,102,136). Sum of RGB (Red+Green+Blue) = 16+102+136=254 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.30% from 254); Green value is 102 (40.23% from 255 or 40.16% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #106688 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106688 is #EF9977. Grayscale: #4F4F4F. Windows color (decimal): -15702392 or 8939024. OLE color: 8939024.
HSL color Cylindrical-coordinate representation of color #106688: hue angle of 197º 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 #106688 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 102 | 136 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.47 |
| HSL | 197º | 0.79% | 0.3% | - |
| HSV(B) | 197º | 0.88% | 0.53% | - |
| XYZ | 9.41 | 11.39 | 25 | - |
| YUV | 80.16 | 159.51 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 136 | 0.88 | 0.25 | 0 | 0.47 | 197 | 0.79 | 0.3 |
| Hex | 10 | 66 | 88 | 58 | 19 | 0 | 2F | C5 | 4F | 1E |
| Octal | 20 | 146 | 210 | 130 | 31 | 0 | 57 | 305 | 117 | 36 |
| Binary | 10000 | 1100110 | 10001000 | 1011000 | 11001 | 0 | 101111 | 11000101 | 1001111 | 11110 |
Color Harmonies of #106688
Complementary color
Monochromatic Colors of #106688
Black with #106688
Text Example
Text Example
White with #106688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106688; }
p { color: rgb(16,102,136); }
H1.HeaderClassName
{
color: #106688;
}
.AnyTagClassName
{
color: #106688;
}
</style>
background-color css
<style>
a { background-color: #106688; }
a { background-color: rgb(16,102,136); }
div.DivClassName
{
background-color: #106688;
}
.BgClassName
{
background-color: #106688;
}
</style>
border-color css
<style>
span { border-color: #106688; }
span { border-color: rgb(16,102,136); }
td.TdClassName
{
border-color: #106688;
}
.TagClassName
{
border-color: #106688;
}
</style>