Shades of Allports #10677A
Tints of Allports #10677A
RGB
CMYK
RGB Variations
Color information
#10677A (or 0x10677A) is known color: Allports. HEX triplet: 10, 67 and 7A. RGB value is (16,103,122). Sum of RGB (Red+Green+Blue) = 16+103+122=241 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.64% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #10677A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10677A is #EF9885. Grayscale: #4E4E4E. Windows color (decimal): -15702150 or 8021776. OLE color: 8021776.
HSL color Cylindrical-coordinate representation of color #10677A: hue angle of 190.75º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10677A is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 16 | 103 | 122 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.52 |
| HSL | 190.75º | 0.77% | 0.27% | - |
| HSV(B) | 190.75º | 0.87% | 0.48% | - |
| XYZ | 8.58 | 11.22 | 20.13 | - |
| YUV | 79.15 | 152.18 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 122 | 0.87 | 0.16 | 0 | 0.52 | 190.75 | 0.77 | 0.27 |
| Hex | 10 | 67 | 7A | 57 | 10 | 0 | 34 | BF | 4D | 1B |
| Octal | 20 | 147 | 172 | 127 | 20 | 0 | 64 | 277 | 115 | 33 |
| Binary | 10000 | 1100111 | 1111010 | 1010111 | 10000 | 0 | 110100 | 10111111 | 1001101 | 11011 |
Color Harmonies of #10677A
Complementary color
Monochromatic Colors of #10677A
Black with #10677A
Text Example
Text Example
White with #10677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10677A; }
p { color: rgb(16,103,122); }
H1.HeaderClassName
{
color: #10677A;
}
.AnyTagClassName
{
color: #10677A;
}
</style>
background-color css
<style>
a { background-color: #10677A; }
a { background-color: rgb(16,103,122); }
div.DivClassName
{
background-color: #10677A;
}
.BgClassName
{
background-color: #10677A;
}
</style>
border-color css
<style>
span { border-color: #10677A; }
span { border-color: rgb(16,103,122); }
td.TdClassName
{
border-color: #10677A;
}
.TagClassName
{
border-color: #10677A;
}
</style>