Shades of Allports #0A6D89
Tints of Allports #0A6D89
RGB
CMYK
RGB Variations
Color information
#0A6D89 (or 0x0A6D89) is known color: Allports. HEX triplet: 0A, 6D and 89. RGB value is (10,109,137). Sum of RGB (Red+Green+Blue) = 10+109+137=256 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.91% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 137 (53.91% from 255 or 53.52% from 256); Max value from RGB is 137 - color contains mainly: blue. Hex color #0A6D89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6D89 is #F59276. Grayscale: #525252. Windows color (decimal): -16093815 or 9006346. OLE color: 9006346.
HSL color Cylindrical-coordinate representation of color #0A6D89: hue angle of 193.23º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6D89 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 10 | 109 | 137 | - |
| CMYK | 0.93 | 0.20 | 0 | 0.46 |
| HSL | 193.23º | 0.86% | 0.29% | - |
| HSV(B) | 193.23º | 0.93% | 0.54% | - |
| XYZ | 10.11 | 12.81 | 25.61 | - |
| YUV | 82.59 | 158.7 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 109 | 137 | 0.93 | 0.20 | 0 | 0.46 | 193.23 | 0.86 | 0.29 |
| Hex | A | 6D | 89 | 5D | 14 | 0 | 2E | C1 | 56 | 1D |
| Octal | 12 | 155 | 211 | 135 | 24 | 0 | 56 | 301 | 126 | 35 |
| Binary | 1010 | 1101101 | 10001001 | 1011101 | 10100 | 0 | 101110 | 11000001 | 1010110 | 11101 |
Color Harmonies of #0A6D89
Complementary color
Monochromatic Colors of #0A6D89
Black with #0A6D89
Text Example
Text Example
White with #0A6D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6D89; }
p { color: rgb(10,109,137); }
H1.HeaderClassName
{
color: #0A6D89;
}
.AnyTagClassName
{
color: #0A6D89;
}
</style>
background-color css
<style>
a { background-color: #0A6D89; }
a { background-color: rgb(10,109,137); }
div.DivClassName
{
background-color: #0A6D89;
}
.BgClassName
{
background-color: #0A6D89;
}
</style>
border-color css
<style>
span { border-color: #0A6D89; }
span { border-color: rgb(10,109,137); }
td.TdClassName
{
border-color: #0A6D89;
}
.TagClassName
{
border-color: #0A6D89;
}
</style>