Shades of Blue Lagoon #006E7C
Tints of Blue Lagoon #006E7C
RGB
CMYK
RGB Variations
Color information
#006E7C (or 0x006E7C) is known color: Blue Lagoon. HEX triplet: 00, 6E and 7C. RGB value is (0,110,124). Sum of RGB (Red+Green+Blue) = 0+110+124=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 110 (43.36% from 255 or 47.01% from 234); Blue value is 124 (48.83% from 255 or 52.99% from 234); Max value from RGB is 124 - color contains mainly: blue. Hex color #006E7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006E7C is #FF9183. Grayscale: #4E4E4E. Windows color (decimal): -16748932 or 8154624. OLE color: 8154624.
HSL color Cylindrical-coordinate representation of color #006E7C: hue angle of 186.77º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E7C is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 0 | 110 | 124 | - |
| CMYK | 1 | 0.11 | 0 | 0.51 |
| HSL | 186.77º | 1% | 0.24% | - |
| HSV(B) | 186.77º | 1% | 0.49% | - |
| XYZ | 9.21 | 12.61 | 21.02 | - |
| YUV | 78.71 | 153.56 | 71.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 110 | 124 | 1 | 0.11 | 0 | 0.51 | 186.77 | 1 | 0.24 |
| Hex | 0 | 6E | 7C | 64 | B | 0 | 33 | BB | 64 | 18 |
| Octal | 0 | 156 | 174 | 144 | 13 | 0 | 63 | 273 | 144 | 30 |
| Binary | 0 | 1101110 | 1111100 | 1100100 | 1011 | 0 | 110011 | 10111011 | 1100100 | 11000 |
Color Harmonies of #006E7C
Complementary color
Monochromatic Colors of #006E7C
Black with #006E7C
Text Example
Text Example
White with #006E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006E7C; }
p { color: rgb(0,110,124); }
H1.HeaderClassName
{
color: #006E7C;
}
.AnyTagClassName
{
color: #006E7C;
}
</style>
background-color css
<style>
a { background-color: #006E7C; }
a { background-color: rgb(0,110,124); }
div.DivClassName
{
background-color: #006E7C;
}
.BgClassName
{
background-color: #006E7C;
}
</style>
border-color css
<style>
span { border-color: #006E7C; }
span { border-color: rgb(0,110,124); }
td.TdClassName
{
border-color: #006E7C;
}
.TagClassName
{
border-color: #006E7C;
}
</style>