Shades of Allports #106993
Tints of Allports #106993
RGB
CMYK
RGB Variations
Color information
#106993 (or 0x106993) is known color: Allports. HEX triplet: 10, 69 and 93. RGB value is (16,105,147). Sum of RGB (Red+Green+Blue) = 16+105+147=268 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.97% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #106993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106993 is #EF966C. Grayscale: #525252. Windows color (decimal): -15701613 or 9660688. OLE color: 9660688.
HSL color Cylindrical-coordinate representation of color #106993: hue angle of 199.24º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #106993 is Cyan = 0.89, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 16 | 105 | 147 | - |
| CMYK | 0.89 | 0.29 | 0 | 0.42 |
| HSL | 199.24º | 0.8% | 0.32% | - |
| HSV(B) | 199.24º | 0.89% | 0.58% | - |
| XYZ | 10.53 | 12.32 | 29.43 | - |
| YUV | 83.18 | 164.01 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 147 | 0.89 | 0.29 | 0 | 0.42 | 199.24 | 0.8 | 0.32 |
| Hex | 10 | 69 | 93 | 59 | 1D | 0 | 2A | C7 | 50 | 20 |
| Octal | 20 | 151 | 223 | 131 | 35 | 0 | 52 | 307 | 120 | 40 |
| Binary | 10000 | 1101001 | 10010011 | 1011001 | 11101 | 0 | 101010 | 11000111 | 1010000 | 100000 |
Color Harmonies of #106993
Complementary color
Monochromatic Colors of #106993
Black with #106993
Text Example
Text Example
White with #106993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106993; }
p { color: rgb(16,105,147); }
H1.HeaderClassName
{
color: #106993;
}
.AnyTagClassName
{
color: #106993;
}
</style>
background-color css
<style>
a { background-color: #106993; }
a { background-color: rgb(16,105,147); }
div.DivClassName
{
background-color: #106993;
}
.BgClassName
{
background-color: #106993;
}
</style>
border-color css
<style>
span { border-color: #106993; }
span { border-color: rgb(16,105,147); }
td.TdClassName
{
border-color: #106993;
}
.TagClassName
{
border-color: #106993;
}
</style>