Shades of Allports #086A8F
Tints of Allports #086A8F
RGB
CMYK
RGB Variations
Color information
#086A8F (or 0x086A8F) is known color: Allports. HEX triplet: 08, 6A and 8F. RGB value is (8,106,143). Sum of RGB (Red+Green+Blue) = 8+106+143=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #086A8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086A8F is #F79570. Grayscale: #505050. Windows color (decimal): -16225649 or 9398792. OLE color: 9398792.
HSL color Cylindrical-coordinate representation of color #086A8F: hue angle of 196.44º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #086A8F is Cyan = 0.94, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 106 | 143 | - |
| CMYK | 0.94 | 0.26 | 0 | 0.44 |
| HSL | 196.44º | 0.89% | 0.3% | - |
| HSV(B) | 196.44º | 0.94% | 0.56% | - |
| XYZ | 10.21 | 12.34 | 27.83 | - |
| YUV | 80.92 | 163.03 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 106 | 143 | 0.94 | 0.26 | 0 | 0.44 | 196.44 | 0.89 | 0.3 |
| Hex | 8 | 6A | 8F | 5E | 1A | 0 | 2C | C4 | 59 | 1E |
| Octal | 10 | 152 | 217 | 136 | 32 | 0 | 54 | 304 | 131 | 36 |
| Binary | 1000 | 1101010 | 10001111 | 1011110 | 11010 | 0 | 101100 | 11000100 | 1011001 | 11110 |
Color Harmonies of #086A8F
Complementary color
Monochromatic Colors of #086A8F
Black with #086A8F
Text Example
Text Example
White with #086A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086A8F; }
p { color: rgb(8,106,143); }
H1.HeaderClassName
{
color: #086A8F;
}
.AnyTagClassName
{
color: #086A8F;
}
</style>
background-color css
<style>
a { background-color: #086A8F; }
a { background-color: rgb(8,106,143); }
div.DivClassName
{
background-color: #086A8F;
}
.BgClassName
{
background-color: #086A8F;
}
</style>
border-color css
<style>
span { border-color: #086A8F; }
span { border-color: rgb(8,106,143); }
td.TdClassName
{
border-color: #086A8F;
}
.TagClassName
{
border-color: #086A8F;
}
</style>