Shades of Allports #106682
Tints of Allports #106682
RGB
CMYK
RGB Variations
Color information
#106682 (or 0x106682) is known color: Allports. HEX triplet: 10, 66 and 82. RGB value is (16,102,130). Sum of RGB (Red+Green+Blue) = 16+102+130=248 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.45% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 130 (51.17% from 255 or 52.42% from 248); Max value from RGB is 130 - color contains mainly: blue. Hex color #106682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106682 is #EF997D. Grayscale: #4F4F4F. Windows color (decimal): -15702398 or 8545808. OLE color: 8545808.
HSL color Cylindrical-coordinate representation of color #106682: hue angle of 194.74º 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 #106682 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 102 | 130 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.49 |
| HSL | 194.74º | 0.78% | 0.29% | - |
| HSV(B) | 194.74º | 0.88% | 0.51% | - |
| XYZ | 8.99 | 11.22 | 22.81 | - |
| YUV | 79.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 130 | 0.88 | 0.22 | 0 | 0.49 | 194.74 | 0.78 | 0.29 |
| Hex | 10 | 66 | 82 | 58 | 16 | 0 | 31 | C3 | 4E | 1D |
| Octal | 20 | 146 | 202 | 130 | 26 | 0 | 61 | 303 | 116 | 35 |
| Binary | 10000 | 1100110 | 10000010 | 1011000 | 10110 | 0 | 110001 | 11000011 | 1001110 | 11101 |
Color Harmonies of #106682
Complementary color
Monochromatic Colors of #106682
Black with #106682
Text Example
Text Example
White with #106682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106682; }
p { color: rgb(16,102,130); }
H1.HeaderClassName
{
color: #106682;
}
.AnyTagClassName
{
color: #106682;
}
</style>
background-color css
<style>
a { background-color: #106682; }
a { background-color: rgb(16,102,130); }
div.DivClassName
{
background-color: #106682;
}
.BgClassName
{
background-color: #106682;
}
</style>
border-color css
<style>
span { border-color: #106682; }
span { border-color: rgb(16,102,130); }
td.TdClassName
{
border-color: #106682;
}
.TagClassName
{
border-color: #106682;
}
</style>