Shades of Allports #086A88
Tints of Allports #086A88
RGB
CMYK
RGB Variations
Color information
#086A88 (or 0x086A88) is known color: Allports. HEX triplet: 08, 6A and 88. RGB value is (8,106,136). Sum of RGB (Red+Green+Blue) = 8+106+136=250 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.2% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #086A88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086A88 is #F79577. Grayscale: #4F4F4F. Windows color (decimal): -16225656 or 8940040. OLE color: 8940040.
HSL color Cylindrical-coordinate representation of color #086A88: hue angle of 194.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086A88 is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 106 | 136 | - |
| CMYK | 0.94 | 0.22 | 0 | 0.47 |
| HSL | 194.06º | 0.89% | 0.28% | - |
| HSV(B) | 194.06º | 0.94% | 0.53% | - |
| XYZ | 9.7 | 12.14 | 25.12 | - |
| YUV | 80.12 | 159.53 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 136 | 0.94 | 0.22 | 0 | 0.47 | 194.06 | 0.89 | 0.28 |
| Hex | 8 | 6A | 88 | 5E | 16 | 0 | 2F | C2 | 59 | 1C |
| Octal | 10 | 152 | 210 | 136 | 26 | 0 | 57 | 302 | 131 | 34 |
| Binary | 1000 | 1101010 | 10001000 | 1011110 | 10110 | 0 | 101111 | 11000010 | 1011001 | 11100 |
Color Harmonies of #086A88
Complementary color
Monochromatic Colors of #086A88
Black with #086A88
Text Example
Text Example
White with #086A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A88; }
p { color: rgb(8,106,136); }
H1.HeaderClassName
{
color: #086A88;
}
.AnyTagClassName
{
color: #086A88;
}
</style>
background-color css
<style>
a { background-color: #086A88; }
a { background-color: rgb(8,106,136); }
div.DivClassName
{
background-color: #086A88;
}
.BgClassName
{
background-color: #086A88;
}
</style>
border-color css
<style>
span { border-color: #086A88; }
span { border-color: rgb(8,106,136); }
td.TdClassName
{
border-color: #086A88;
}
.TagClassName
{
border-color: #086A88;
}
</style>