Shades of Allports #11697C
Tints of Allports #11697C
RGB
CMYK
RGB Variations
Color information
#11697C (or 0x11697C) is known color: Allports. HEX triplet: 11, 69 and 7C. RGB value is (17,105,124). Sum of RGB (Red+Green+Blue) = 17+105+124=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 124 (48.83% from 255 or 50.41% from 246); Max value from RGB is 124 - color contains mainly: blue. Hex color #11697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11697C is #EE9683. Grayscale: #505050. Windows color (decimal): -15636100 or 8153361. OLE color: 8153361.
HSL color Cylindrical-coordinate representation of color #11697C: hue angle of 190.65º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11697C is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 105 | 124 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.51 |
| HSL | 190.65º | 0.76% | 0.28% | - |
| HSV(B) | 190.65º | 0.86% | 0.49% | - |
| XYZ | 8.92 | 11.68 | 20.85 | - |
| YUV | 80.85 | 152.35 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 105 | 124 | 0.86 | 0.15 | 0 | 0.51 | 190.65 | 0.76 | 0.28 |
| Hex | 11 | 69 | 7C | 56 | F | 0 | 33 | BF | 4C | 1C |
| Octal | 21 | 151 | 174 | 126 | 17 | 0 | 63 | 277 | 114 | 34 |
| Binary | 10001 | 1101001 | 1111100 | 1010110 | 1111 | 0 | 110011 | 10111111 | 1001100 | 11100 |
Color Harmonies of #11697C
Complementary color
Monochromatic Colors of #11697C
Black with #11697C
Text Example
Text Example
White with #11697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11697C; }
p { color: rgb(17,105,124); }
H1.HeaderClassName
{
color: #11697C;
}
.AnyTagClassName
{
color: #11697C;
}
</style>
background-color css
<style>
a { background-color: #11697C; }
a { background-color: rgb(17,105,124); }
div.DivClassName
{
background-color: #11697C;
}
.BgClassName
{
background-color: #11697C;
}
</style>
border-color css
<style>
span { border-color: #11697C; }
span { border-color: rgb(17,105,124); }
td.TdClassName
{
border-color: #11697C;
}
.TagClassName
{
border-color: #11697C;
}
</style>