Shades of Blue Lagoon #006E77
Tints of Blue Lagoon #006E77
RGB
CMYK
RGB Variations
Color information
#006E77 (or 0x006E77) is known color: Blue Lagoon. HEX triplet: 00, 6E and 77. RGB value is (0,110,119). Sum of RGB (Red+Green+Blue) = 0+110+119=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 110 (43.36% from 255 or 48.03% from 229); Blue value is 119 (46.88% from 255 or 51.97% from 229); Max value from RGB is 119 - color contains mainly: blue. Hex color #006E77 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E77 is #FF9188. Grayscale: #4D4D4D. Windows color (decimal): -16748937 or 7826944. OLE color: 7826944.
HSL color Cylindrical-coordinate representation of color #006E77: hue angle of 184.54º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E77 is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 110 | 119 | - |
| CMYK | 1 | 0.08 | 0 | 0.53 |
| HSL | 184.54º | 1% | 0.23% | - |
| HSV(B) | 184.54º | 1% | 0.47% | - |
| XYZ | 8.91 | 12.48 | 19.39 | - |
| YUV | 78.14 | 151.06 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 119 | 1 | 0.08 | 0 | 0.53 | 184.54 | 1 | 0.23 |
| Hex | 0 | 6E | 77 | 64 | 8 | 0 | 35 | B9 | 64 | 17 |
| Octal | 0 | 156 | 167 | 144 | 10 | 0 | 65 | 271 | 144 | 27 |
| Binary | 0 | 1101110 | 1110111 | 1100100 | 1000 | 0 | 110101 | 10111001 | 1100100 | 10111 |
Color Harmonies of #006E77
Complementary color
Monochromatic Colors of #006E77
Black with #006E77
Text Example
Text Example
White with #006E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E77; }
p { color: rgb(0,110,119); }
H1.HeaderClassName
{
color: #006E77;
}
.AnyTagClassName
{
color: #006E77;
}
</style>
background-color css
<style>
a { background-color: #006E77; }
a { background-color: rgb(0,110,119); }
div.DivClassName
{
background-color: #006E77;
}
.BgClassName
{
background-color: #006E77;
}
</style>
border-color css
<style>
span { border-color: #006E77; }
span { border-color: rgb(0,110,119); }
td.TdClassName
{
border-color: #006E77;
}
.TagClassName
{
border-color: #006E77;
}
</style>