Shades of Blue Lagoon #0E646C
Tints of Blue Lagoon #0E646C
RGB
CMYK
RGB Variations
Color information
#0E646C (or 0x0E646C) is known color: Blue Lagoon. HEX triplet: 0E, 64 and 6C. RGB value is (14,100,108). Sum of RGB (Red+Green+Blue) = 14+100+108=222 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.31% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 108 (42.58% from 255 or 48.65% from 222); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E646C is #F19B93. Grayscale: #4B4B4B. Windows color (decimal): -15834004 or 7103502. OLE color: 7103502.
HSL color Cylindrical-coordinate representation of color #0E646C: hue angle of 185.11º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E646C is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 14 | 100 | 108 | - |
| CMYK | 0.87 | 0.07 | 0 | 0.58 |
| HSL | 185.11º | 0.77% | 0.24% | - |
| HSV(B) | 185.11º | 0.87% | 0.42% | - |
| XYZ | 7.45 | 10.29 | 15.78 | - |
| YUV | 75.2 | 146.51 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 100 | 108 | 0.87 | 0.07 | 0 | 0.58 | 185.11 | 0.77 | 0.24 |
| Hex | E | 64 | 6C | 57 | 7 | 0 | 3A | B9 | 4D | 18 |
| Octal | 16 | 144 | 154 | 127 | 7 | 0 | 72 | 271 | 115 | 30 |
| Binary | 1110 | 1100100 | 1101100 | 1010111 | 111 | 0 | 111010 | 10111001 | 1001101 | 11000 |
Color Harmonies of #0E646C
Complementary color
Monochromatic Colors of #0E646C
Black with #0E646C
Text Example
Text Example
White with #0E646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E646C; }
p { color: rgb(14,100,108); }
H1.HeaderClassName
{
color: #0E646C;
}
.AnyTagClassName
{
color: #0E646C;
}
</style>
background-color css
<style>
a { background-color: #0E646C; }
a { background-color: rgb(14,100,108); }
div.DivClassName
{
background-color: #0E646C;
}
.BgClassName
{
background-color: #0E646C;
}
</style>
border-color css
<style>
span { border-color: #0E646C; }
span { border-color: rgb(14,100,108); }
td.TdClassName
{
border-color: #0E646C;
}
.TagClassName
{
border-color: #0E646C;
}
</style>