Shades of Allports #10677C
Tints of Allports #10677C
RGB
CMYK
RGB Variations
Color information
#10677C (or 0x10677C) is known color: Allports. HEX triplet: 10, 67 and 7C. RGB value is (16,103,124). Sum of RGB (Red+Green+Blue) = 16+103+124=243 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.58% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 124 (48.83% from 255 or 51.03% from 243); Max value from RGB is 124 - color contains mainly: blue. Hex color #10677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10677C is #EF9883. Grayscale: #4F4F4F. Windows color (decimal): -15702148 or 8152848. OLE color: 8152848.
HSL color Cylindrical-coordinate representation of color #10677C: hue angle of 191.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10677C is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 103 | 124 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.51 |
| HSL | 191.67º | 0.77% | 0.27% | - |
| HSV(B) | 191.67º | 0.87% | 0.49% | - |
| XYZ | 8.7 | 11.27 | 20.78 | - |
| YUV | 79.38 | 153.18 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 103 | 124 | 0.87 | 0.17 | 0 | 0.51 | 191.67 | 0.77 | 0.27 |
| Hex | 10 | 67 | 7C | 57 | 11 | 0 | 33 | C0 | 4D | 1B |
| Octal | 20 | 147 | 174 | 127 | 21 | 0 | 63 | 300 | 115 | 33 |
| Binary | 10000 | 1100111 | 1111100 | 1010111 | 10001 | 0 | 110011 | 11000000 | 1001101 | 11011 |
Color Harmonies of #10677C
Complementary color
Monochromatic Colors of #10677C
Black with #10677C
Text Example
Text Example
White with #10677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10677C; }
p { color: rgb(16,103,124); }
H1.HeaderClassName
{
color: #10677C;
}
.AnyTagClassName
{
color: #10677C;
}
</style>
background-color css
<style>
a { background-color: #10677C; }
a { background-color: rgb(16,103,124); }
div.DivClassName
{
background-color: #10677C;
}
.BgClassName
{
background-color: #10677C;
}
</style>
border-color css
<style>
span { border-color: #10677C; }
span { border-color: rgb(16,103,124); }
td.TdClassName
{
border-color: #10677C;
}
.TagClassName
{
border-color: #10677C;
}
</style>