Shades of Blue Lagoon #006C7A
Tints of Blue Lagoon #006C7A
RGB
CMYK
RGB Variations
Color information
#006C7A (or 0x006C7A) is known color: Blue Lagoon. HEX triplet: 00, 6C and 7A. RGB value is (0,108,122). Sum of RGB (Red+Green+Blue) = 0+108+122=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 108 (42.58% from 255 or 46.96% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #006C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006C7A is #FF9385. Grayscale: #4D4D4D. Windows color (decimal): -16749446 or 8023040. OLE color: 8023040.
HSL color Cylindrical-coordinate representation of color #006C7A: hue angle of 186.89º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C7A is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 108 | 122 | - |
| CMYK | 1 | 0.11 | 0 | 0.52 |
| HSL | 186.89º | 1% | 0.24% | - |
| HSV(B) | 186.89º | 1% | 0.48% | - |
| XYZ | 8.88 | 12.13 | 20.29 | - |
| YUV | 77.3 | 153.22 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 122 | 1 | 0.11 | 0 | 0.52 | 186.89 | 1 | 0.24 |
| Hex | 0 | 6C | 7A | 64 | B | 0 | 34 | BB | 64 | 18 |
| Octal | 0 | 154 | 172 | 144 | 13 | 0 | 64 | 273 | 144 | 30 |
| Binary | 0 | 1101100 | 1111010 | 1100100 | 1011 | 0 | 110100 | 10111011 | 1100100 | 11000 |
Color Harmonies of #006C7A
Complementary color
Monochromatic Colors of #006C7A
Black with #006C7A
Text Example
Text Example
White with #006C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C7A; }
p { color: rgb(0,108,122); }
H1.HeaderClassName
{
color: #006C7A;
}
.AnyTagClassName
{
color: #006C7A;
}
</style>
background-color css
<style>
a { background-color: #006C7A; }
a { background-color: rgb(0,108,122); }
div.DivClassName
{
background-color: #006C7A;
}
.BgClassName
{
background-color: #006C7A;
}
</style>
border-color css
<style>
span { border-color: #006C7A; }
span { border-color: rgb(0,108,122); }
td.TdClassName
{
border-color: #006C7A;
}
.TagClassName
{
border-color: #006C7A;
}
</style>