Shades of Allports #0E6789
Tints of Allports #0E6789
RGB
CMYK
RGB Variations
Color information
#0E6789 (or 0x0E6789) is known color: Allports. HEX triplet: 0E, 67 and 89. RGB value is (14,103,137). Sum of RGB (Red+Green+Blue) = 14+103+137=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 137 (53.91% from 255 or 53.94% from 254); Max value from RGB is 137 - color contains mainly: blue. Hex color #0E6789 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0E6789 is #F19876. Grayscale: #505050. Windows color (decimal): -15833207 or 9004814. OLE color: 9004814.
HSL color Cylindrical-coordinate representation of color #0E6789: hue angle of 196.59º 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 #0E6789 is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 103 | 137 | - |
| CMYK | 0.90 | 0.25 | 0 | 0.46 |
| HSL | 196.59º | 0.81% | 0.3% | - |
| HSV(B) | 196.59º | 0.9% | 0.54% | - |
| XYZ | 9.55 | 11.6 | 25.4 | - |
| YUV | 80.27 | 160.01 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 103 | 137 | 0.90 | 0.25 | 0 | 0.46 | 196.59 | 0.81 | 0.3 |
| Hex | E | 67 | 89 | 5A | 19 | 0 | 2E | C5 | 51 | 1E |
| Octal | 16 | 147 | 211 | 132 | 31 | 0 | 56 | 305 | 121 | 36 |
| Binary | 1110 | 1100111 | 10001001 | 1011010 | 11001 | 0 | 101110 | 11000101 | 1010001 | 11110 |
Color Harmonies of #0E6789
Complementary color
Monochromatic Colors of #0E6789
Black with #0E6789
Text Example
Text Example
White with #0E6789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6789; }
p { color: rgb(14,103,137); }
H1.HeaderClassName
{
color: #0E6789;
}
.AnyTagClassName
{
color: #0E6789;
}
</style>
background-color css
<style>
a { background-color: #0E6789; }
a { background-color: rgb(14,103,137); }
div.DivClassName
{
background-color: #0E6789;
}
.BgClassName
{
background-color: #0E6789;
}
</style>
border-color css
<style>
span { border-color: #0E6789; }
span { border-color: rgb(14,103,137); }
td.TdClassName
{
border-color: #0E6789;
}
.TagClassName
{
border-color: #0E6789;
}
</style>