Shades of Blue Lagoon #006E7F
Tints of Blue Lagoon #006E7F
RGB
CMYK
RGB Variations
Color information
#006E7F (or 0x006E7F) is known color: Blue Lagoon. HEX triplet: 00, 6E and 7F. RGB value is (0,110,127). Sum of RGB (Red+Green+Blue) = 0+110+127=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 110 (43.36% from 255 or 46.41% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #006E7F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E7F is #FF9180. Grayscale: #4E4E4E. Windows color (decimal): -16748929 or 8351232. OLE color: 8351232.
HSL color Cylindrical-coordinate representation of color #006E7F: hue angle of 188.03º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E7F is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 110 | 127 | - |
| CMYK | 1 | 0.13 | 0 | 0.50 |
| HSL | 188.03º | 1% | 0.25% | - |
| HSV(B) | 188.03º | 1% | 0.5% | - |
| XYZ | 9.41 | 12.68 | 22.03 | - |
| YUV | 79.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 127 | 1 | 0.13 | 0 | 0.50 | 188.03 | 1 | 0.25 |
| Hex | 0 | 6E | 7F | 64 | D | 0 | 32 | BC | 64 | 19 |
| Octal | 0 | 156 | 177 | 144 | 15 | 0 | 62 | 274 | 144 | 31 |
| Binary | 0 | 1101110 | 1111111 | 1100100 | 1101 | 0 | 110010 | 10111100 | 1100100 | 11001 |
Color Harmonies of #006E7F
Complementary color
Monochromatic Colors of #006E7F
Black with #006E7F
Text Example
Text Example
White with #006E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E7F; }
p { color: rgb(0,110,127); }
H1.HeaderClassName
{
color: #006E7F;
}
.AnyTagClassName
{
color: #006E7F;
}
</style>
background-color css
<style>
a { background-color: #006E7F; }
a { background-color: rgb(0,110,127); }
div.DivClassName
{
background-color: #006E7F;
}
.BgClassName
{
background-color: #006E7F;
}
</style>
border-color css
<style>
span { border-color: #006E7F; }
span { border-color: rgb(0,110,127); }
td.TdClassName
{
border-color: #006E7F;
}
.TagClassName
{
border-color: #006E7F;
}
</style>