Shades of Allports #106685
Tints of Allports #106685
RGB
CMYK
RGB Variations
Color information
#106685 (or 0x106685) is known color: Allports. HEX triplet: 10, 66 and 85. RGB value is (16,102,133). Sum of RGB (Red+Green+Blue) = 16+102+133=251 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.37% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #106685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #106685 is #EF997A. Grayscale: #4F4F4F. Windows color (decimal): -15702395 or 8742416. OLE color: 8742416.
HSL color Cylindrical-coordinate representation of color #106685: hue angle of 195.9º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #106685 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 16 | 102 | 133 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.48 |
| HSL | 195.9º | 0.79% | 0.29% | - |
| HSV(B) | 195.9º | 0.88% | 0.52% | - |
| XYZ | 9.2 | 11.31 | 23.89 | - |
| YUV | 79.82 | 158.01 | 82.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 133 | 0.88 | 0.23 | 0 | 0.48 | 195.9 | 0.79 | 0.29 |
| Hex | 10 | 66 | 85 | 58 | 17 | 0 | 30 | C4 | 4F | 1D |
| Octal | 20 | 146 | 205 | 130 | 27 | 0 | 60 | 304 | 117 | 35 |
| Binary | 10000 | 1100110 | 10000101 | 1011000 | 10111 | 0 | 110000 | 11000100 | 1001111 | 11101 |
Color Harmonies of #106685
Complementary color
Monochromatic Colors of #106685
Black with #106685
Text Example
Text Example
White with #106685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106685; }
p { color: rgb(16,102,133); }
H1.HeaderClassName
{
color: #106685;
}
.AnyTagClassName
{
color: #106685;
}
</style>
background-color css
<style>
a { background-color: #106685; }
a { background-color: rgb(16,102,133); }
div.DivClassName
{
background-color: #106685;
}
.BgClassName
{
background-color: #106685;
}
</style>
border-color css
<style>
span { border-color: #106685; }
span { border-color: rgb(16,102,133); }
td.TdClassName
{
border-color: #106685;
}
.TagClassName
{
border-color: #106685;
}
</style>