Shades of Allports #096B84
Tints of Allports #096B84
RGB
CMYK
RGB Variations
Color information
#096B84 (or 0x096B84) is known color: Allports. HEX triplet: 09, 6B and 84. RGB value is (9,107,132). Sum of RGB (Red+Green+Blue) = 9+107+132=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 132 (51.95% from 255 or 53.23% from 248); Max value from RGB is 132 - color contains mainly: blue. Hex color #096B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096B84 is #F6947B. Grayscale: #505050. Windows color (decimal): -16159868 or 8678153. OLE color: 8678153.
HSL color Cylindrical-coordinate representation of color #096B84: hue angle of 192.2º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #096B84 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 107 | 132 | - |
| CMYK | 0.93 | 0.19 | 0 | 0.48 |
| HSL | 192.2º | 0.87% | 0.28% | - |
| HSV(B) | 192.2º | 0.93% | 0.52% | - |
| XYZ | 9.54 | 12.24 | 23.69 | - |
| YUV | 80.55 | 157.03 | 76.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 107 | 132 | 0.93 | 0.19 | 0 | 0.48 | 192.2 | 0.87 | 0.28 |
| Hex | 9 | 6B | 84 | 5D | 13 | 0 | 30 | C0 | 57 | 1C |
| Octal | 11 | 153 | 204 | 135 | 23 | 0 | 60 | 300 | 127 | 34 |
| Binary | 1001 | 1101011 | 10000100 | 1011101 | 10011 | 0 | 110000 | 11000000 | 1010111 | 11100 |
Color Harmonies of #096B84
Complementary color
Monochromatic Colors of #096B84
Black with #096B84
Text Example
Text Example
White with #096B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096B84; }
p { color: rgb(9,107,132); }
H1.HeaderClassName
{
color: #096B84;
}
.AnyTagClassName
{
color: #096B84;
}
</style>
background-color css
<style>
a { background-color: #096B84; }
a { background-color: rgb(9,107,132); }
div.DivClassName
{
background-color: #096B84;
}
.BgClassName
{
background-color: #096B84;
}
</style>
border-color css
<style>
span { border-color: #096B84; }
span { border-color: rgb(9,107,132); }
td.TdClassName
{
border-color: #096B84;
}
.TagClassName
{
border-color: #096B84;
}
</style>