Shades of Blue Lagoon #086C6F
Tints of Blue Lagoon #086C6F
RGB
CMYK
RGB Variations
Color information
#086C6F (or 0x086C6F) is known color: Blue Lagoon. HEX triplet: 08, 6C and 6F. RGB value is (8,108,111). Sum of RGB (Red+Green+Blue) = 8+108+111=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 108 (42.58% from 255 or 47.58% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #086C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C6F is #F79390. Grayscale: #4E4E4E. Windows color (decimal): -16225169 or 7302152. OLE color: 7302152.
HSL color Cylindrical-coordinate representation of color #086C6F: hue angle of 181.75º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C6F is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 108 | 111 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.56 |
| HSL | 181.75º | 0.87% | 0.23% | - |
| HSV(B) | 181.75º | 0.93% | 0.44% | - |
| XYZ | 8.33 | 11.92 | 16.9 | - |
| YUV | 78.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 111 | 0.93 | 0.03 | 0 | 0.56 | 181.75 | 0.87 | 0.23 |
| Hex | 8 | 6C | 6F | 5D | 3 | 0 | 38 | B6 | 57 | 17 |
| Octal | 10 | 154 | 157 | 135 | 3 | 0 | 70 | 266 | 127 | 27 |
| Binary | 1000 | 1101100 | 1101111 | 1011101 | 11 | 0 | 111000 | 10110110 | 1010111 | 10111 |
Color Harmonies of #086C6F
Complementary color
Monochromatic Colors of #086C6F
Black with #086C6F
Text Example
Text Example
White with #086C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C6F; }
p { color: rgb(8,108,111); }
H1.HeaderClassName
{
color: #086C6F;
}
.AnyTagClassName
{
color: #086C6F;
}
</style>
background-color css
<style>
a { background-color: #086C6F; }
a { background-color: rgb(8,108,111); }
div.DivClassName
{
background-color: #086C6F;
}
.BgClassName
{
background-color: #086C6F;
}
</style>
border-color css
<style>
span { border-color: #086C6F; }
span { border-color: rgb(8,108,111); }
td.TdClassName
{
border-color: #086C6F;
}
.TagClassName
{
border-color: #086C6F;
}
</style>