Shades of Allports #0E6B89
Tints of Allports #0E6B89
RGB
CMYK
RGB Variations
Color information
#0E6B89 (or 0x0E6B89) is known color: Allports. HEX triplet: 0E, 6B and 89. RGB value is (14,107,137). Sum of RGB (Red+Green+Blue) = 14+107+137=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 107 (42.19% from 255 or 41.47% from 258); Blue value is 137 (53.91% from 255 or 53.10% from 258); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E6B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6B89 is #F19476. Grayscale: #525252. Windows color (decimal): -15832183 or 9005838. OLE color: 9005838.
HSL color Cylindrical-coordinate representation of color #0E6B89: hue angle of 194.63º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E6B89 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 107 | 137 | - |
| CMYK | 0.90 | 0.22 | 0 | 0.46 |
| HSL | 194.63º | 0.81% | 0.3% | - |
| HSV(B) | 194.63º | 0.9% | 0.54% | - |
| XYZ | 9.95 | 12.41 | 25.54 | - |
| YUV | 82.61 | 158.69 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 107 | 137 | 0.90 | 0.22 | 0 | 0.46 | 194.63 | 0.81 | 0.3 |
| Hex | E | 6B | 89 | 5A | 16 | 0 | 2E | C3 | 51 | 1E |
| Octal | 16 | 153 | 211 | 132 | 26 | 0 | 56 | 303 | 121 | 36 |
| Binary | 1110 | 1101011 | 10001001 | 1011010 | 10110 | 0 | 101110 | 11000011 | 1010001 | 11110 |
Color Harmonies of #0E6B89
Complementary color
Monochromatic Colors of #0E6B89
Black with #0E6B89
Text Example
Text Example
White with #0E6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6B89; }
p { color: rgb(14,107,137); }
H1.HeaderClassName
{
color: #0E6B89;
}
.AnyTagClassName
{
color: #0E6B89;
}
</style>
background-color css
<style>
a { background-color: #0E6B89; }
a { background-color: rgb(14,107,137); }
div.DivClassName
{
background-color: #0E6B89;
}
.BgClassName
{
background-color: #0E6B89;
}
</style>
border-color css
<style>
span { border-color: #0E6B89; }
span { border-color: rgb(14,107,137); }
td.TdClassName
{
border-color: #0E6B89;
}
.TagClassName
{
border-color: #0E6B89;
}
</style>