Shades of Allports #096B86
Tints of Allports #096B86
RGB
CMYK
RGB Variations
Color information
#096B86 (or 0x096B86) is known color: Allports. HEX triplet: 09, 6B and 86. RGB value is (9,107,134). Sum of RGB (Red+Green+Blue) = 9+107+134=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 134 (52.73% from 255 or 53.6% from 250); Max value from RGB is 134 - color contains mainly: blue. Hex color #096B86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B86 is #F69479. Grayscale: #505050. Windows color (decimal): -16159866 or 8809225. OLE color: 8809225.
HSL color Cylindrical-coordinate representation of color #096B86: hue angle of 192.96º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096B86 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 107 | 134 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.47 |
| HSL | 192.96º | 0.87% | 0.28% | - |
| HSV(B) | 192.96º | 0.93% | 0.53% | - |
| XYZ | 9.67 | 12.29 | 24.42 | - |
| YUV | 80.78 | 158.03 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 134 | 0.93 | 0.20 | 0 | 0.47 | 192.96 | 0.87 | 0.28 |
| Hex | 9 | 6B | 86 | 5D | 14 | 0 | 2F | C1 | 57 | 1C |
| Octal | 11 | 153 | 206 | 135 | 24 | 0 | 57 | 301 | 127 | 34 |
| Binary | 1001 | 1101011 | 10000110 | 1011101 | 10100 | 0 | 101111 | 11000001 | 1010111 | 11100 |
Color Harmonies of #096B86
Complementary color
Monochromatic Colors of #096B86
Black with #096B86
Text Example
Text Example
White with #096B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B86; }
p { color: rgb(9,107,134); }
H1.HeaderClassName
{
color: #096B86;
}
.AnyTagClassName
{
color: #096B86;
}
</style>
background-color css
<style>
a { background-color: #096B86; }
a { background-color: rgb(9,107,134); }
div.DivClassName
{
background-color: #096B86;
}
.BgClassName
{
background-color: #096B86;
}
</style>
border-color css
<style>
span { border-color: #096B86; }
span { border-color: rgb(9,107,134); }
td.TdClassName
{
border-color: #096B86;
}
.TagClassName
{
border-color: #096B86;
}
</style>