Shades of Blue Lagoon #086C6D
Tints of Blue Lagoon #086C6D
RGB
CMYK
RGB Variations
Color information
#086C6D (or 0x086C6D) is known color: Blue Lagoon. HEX triplet: 08, 6C and 6D. RGB value is (8,108,109). Sum of RGB (Red+Green+Blue) = 8+108+109=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #086C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086C6D is #F79392. Grayscale: #4E4E4E. Windows color (decimal): -16225171 or 7171080. OLE color: 7171080.
HSL color Cylindrical-coordinate representation of color #086C6D: hue angle of 180.59º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086C6D is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 108 | 109 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.57 |
| HSL | 180.59º | 0.86% | 0.23% | - |
| HSV(B) | 180.59º | 0.93% | 0.43% | - |
| XYZ | 8.22 | 11.88 | 16.33 | - |
| YUV | 78.21 | 145.37 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 108 | 109 | 0.93 | 0.01 | 0 | 0.57 | 180.59 | 0.86 | 0.23 |
| Hex | 8 | 6C | 6D | 5D | 1 | 0 | 39 | B5 | 56 | 17 |
| Octal | 10 | 154 | 155 | 135 | 1 | 0 | 71 | 265 | 126 | 27 |
| Binary | 1000 | 1101100 | 1101101 | 1011101 | 1 | 0 | 111001 | 10110101 | 1010110 | 10111 |
Color Harmonies of #086C6D
Complementary color
Monochromatic Colors of #086C6D
Black with #086C6D
Text Example
Text Example
White with #086C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086C6D; }
p { color: rgb(8,108,109); }
H1.HeaderClassName
{
color: #086C6D;
}
.AnyTagClassName
{
color: #086C6D;
}
</style>
background-color css
<style>
a { background-color: #086C6D; }
a { background-color: rgb(8,108,109); }
div.DivClassName
{
background-color: #086C6D;
}
.BgClassName
{
background-color: #086C6D;
}
</style>
border-color css
<style>
span { border-color: #086C6D; }
span { border-color: rgb(8,108,109); }
td.TdClassName
{
border-color: #086C6D;
}
.TagClassName
{
border-color: #086C6D;
}
</style>