Shades of Blue Lagoon #085E6C
Tints of Blue Lagoon #085E6C
RGB
CMYK
RGB Variations
Color information
#085E6C (or 0x085E6C) is known color: Blue Lagoon. HEX triplet: 08, 5E and 6C. RGB value is (8,94,108). Sum of RGB (Red+Green+Blue) = 8+94+108=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 108 (42.58% from 255 or 51.43% from 210); Max value from RGB is 108 - color contains mainly: blue. Hex color #085E6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #085E6C is #F7A193. Grayscale: #454545. Windows color (decimal): -16228756 or 7101960. OLE color: 7101960.
HSL color Cylindrical-coordinate representation of color #085E6C: hue angle of 188.4º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #085E6C is Cyan = 0.93, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 94 | 108 | - |
| CMYK | 0.93 | 0.13 | 0 | 0.58 |
| HSL | 188.4º | 0.86% | 0.23% | - |
| HSV(B) | 188.4º | 0.93% | 0.42% | - |
| XYZ | 6.81 | 9.14 | 15.59 | - |
| YUV | 69.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 94 | 108 | 0.93 | 0.13 | 0 | 0.58 | 188.4 | 0.86 | 0.23 |
| Hex | 8 | 5E | 6C | 5D | D | 0 | 3A | BC | 56 | 17 |
| Octal | 10 | 136 | 154 | 135 | 15 | 0 | 72 | 274 | 126 | 27 |
| Binary | 1000 | 1011110 | 1101100 | 1011101 | 1101 | 0 | 111010 | 10111100 | 1010110 | 10111 |
Color Harmonies of #085E6C
Complementary color
Monochromatic Colors of #085E6C
Black with #085E6C
Text Example
Text Example
White with #085E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #085E6C; }
p { color: rgb(8,94,108); }
H1.HeaderClassName
{
color: #085E6C;
}
.AnyTagClassName
{
color: #085E6C;
}
</style>
background-color css
<style>
a { background-color: #085E6C; }
a { background-color: rgb(8,94,108); }
div.DivClassName
{
background-color: #085E6C;
}
.BgClassName
{
background-color: #085E6C;
}
</style>
border-color css
<style>
span { border-color: #085E6C; }
span { border-color: rgb(8,94,108); }
td.TdClassName
{
border-color: #085E6C;
}
.TagClassName
{
border-color: #085E6C;
}
</style>