Shades of Blue Lagoon #006C86
Tints of Blue Lagoon #006C86
RGB
CMYK
RGB Variations
Color information
#006C86 (or 0x006C86) is known color: Blue Lagoon. HEX triplet: 00, 6C and 86. RGB value is (0,108,134). Sum of RGB (Red+Green+Blue) = 0+108+134=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 108 (42.58% from 255 or 44.63% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #006C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006C86 is #FF9379. Grayscale: #4E4E4E. Windows color (decimal): -16749434 or 8809472. OLE color: 8809472.
HSL color Cylindrical-coordinate representation of color #006C86: hue angle of 191.64º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C86 is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 108 | 134 | - |
| CMYK | 1 | 0.19 | 0 | 0.47 |
| HSL | 191.64º | 1% | 0.26% | - |
| HSV(B) | 191.64º | 1% | 0.53% | - |
| XYZ | 9.67 | 12.45 | 24.45 | - |
| YUV | 78.67 | 159.22 | 71.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 108 | 134 | 1 | 0.19 | 0 | 0.47 | 191.64 | 1 | 0.26 |
| Hex | 0 | 6C | 86 | 64 | 13 | 0 | 2F | C0 | 64 | 1A |
| Octal | 0 | 154 | 206 | 144 | 23 | 0 | 57 | 300 | 144 | 32 |
| Binary | 0 | 1101100 | 10000110 | 1100100 | 10011 | 0 | 101111 | 11000000 | 1100100 | 11010 |
Color Harmonies of #006C86
Complementary color
Monochromatic Colors of #006C86
Black with #006C86
Text Example
Text Example
White with #006C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006C86; }
p { color: rgb(0,108,134); }
H1.HeaderClassName
{
color: #006C86;
}
.AnyTagClassName
{
color: #006C86;
}
</style>
background-color css
<style>
a { background-color: #006C86; }
a { background-color: rgb(0,108,134); }
div.DivClassName
{
background-color: #006C86;
}
.BgClassName
{
background-color: #006C86;
}
</style>
border-color css
<style>
span { border-color: #006C86; }
span { border-color: rgb(0,108,134); }
td.TdClassName
{
border-color: #006C86;
}
.TagClassName
{
border-color: #006C86;
}
</style>