Shades of Allports #0E6C7D
Tints of Allports #0E6C7D
RGB
CMYK
RGB Variations
Color information
#0E6C7D (or 0x0E6C7D) is known color: Allports. HEX triplet: 0E, 6C and 7D. RGB value is (14,108,125). Sum of RGB (Red+Green+Blue) = 14+108+125=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E6C7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E6C7D is #F19382. Grayscale: #515151. Windows color (decimal): -15831939 or 8219662. OLE color: 8219662.
HSL color Cylindrical-coordinate representation of color #0E6C7D: hue angle of 189.19º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E6C7D is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 14 | 108 | 125 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.51 |
| HSL | 189.19º | 0.8% | 0.27% | - |
| HSV(B) | 189.19º | 0.89% | 0.49% | - |
| XYZ | 9.25 | 12.3 | 21.29 | - |
| YUV | 81.83 | 152.36 | 79.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 108 | 125 | 0.89 | 0.14 | 0 | 0.51 | 189.19 | 0.8 | 0.27 |
| Hex | E | 6C | 7D | 59 | E | 0 | 33 | BD | 50 | 1B |
| Octal | 16 | 154 | 175 | 131 | 16 | 0 | 63 | 275 | 120 | 33 |
| Binary | 1110 | 1101100 | 1111101 | 1011001 | 1110 | 0 | 110011 | 10111101 | 1010000 | 11011 |
Color Harmonies of #0E6C7D
Complementary color
Monochromatic Colors of #0E6C7D
Black with #0E6C7D
Text Example
Text Example
White with #0E6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E6C7D; }
p { color: rgb(14,108,125); }
H1.HeaderClassName
{
color: #0E6C7D;
}
.AnyTagClassName
{
color: #0E6C7D;
}
</style>
background-color css
<style>
a { background-color: #0E6C7D; }
a { background-color: rgb(14,108,125); }
div.DivClassName
{
background-color: #0E6C7D;
}
.BgClassName
{
background-color: #0E6C7D;
}
</style>
border-color css
<style>
span { border-color: #0E6C7D; }
span { border-color: rgb(14,108,125); }
td.TdClassName
{
border-color: #0E6C7D;
}
.TagClassName
{
border-color: #0E6C7D;
}
</style>