Shades of Blue Lagoon #086067
Tints of Blue Lagoon #086067
RGB
CMYK
RGB Variations
Color information
#086067 (or 0x086067) is known color: Blue Lagoon. HEX triplet: 08, 60 and 67. RGB value is (8,96,103). Sum of RGB (Red+Green+Blue) = 8+96+103=207 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.86% from 207); Green value is 96 (37.89% from 255 or 46.38% from 207); Blue value is 103 (40.62% from 255 or 49.76% from 207); Max value from RGB is 103 - color contains mainly: blue. Hex color #086067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086067 is #F79F98. Grayscale: #464646. Windows color (decimal): -16228249 or 6774792. OLE color: 6774792.
HSL color Cylindrical-coordinate representation of color #086067: hue angle of 184.42º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086067 is Cyan = 0.92, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 96 | 103 | - |
| CMYK | 0.92 | 0.07 | 0 | 0.60 |
| HSL | 184.42º | 0.86% | 0.22% | - |
| HSV(B) | 184.42º | 0.92% | 0.4% | - |
| XYZ | 6.73 | 9.4 | 14.29 | - |
| YUV | 70.49 | 146.35 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 96 | 103 | 0.92 | 0.07 | 0 | 0.60 | 184.42 | 0.86 | 0.22 |
| Hex | 8 | 60 | 67 | 5C | 7 | 0 | 3C | B8 | 56 | 16 |
| Octal | 10 | 140 | 147 | 134 | 7 | 0 | 74 | 270 | 126 | 26 |
| Binary | 1000 | 1100000 | 1100111 | 1011100 | 111 | 0 | 111100 | 10111000 | 1010110 | 10110 |
Color Harmonies of #086067
Complementary color
Monochromatic Colors of #086067
Black with #086067
Text Example
Text Example
White with #086067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086067; }
p { color: rgb(8,96,103); }
H1.HeaderClassName
{
color: #086067;
}
.AnyTagClassName
{
color: #086067;
}
</style>
background-color css
<style>
a { background-color: #086067; }
a { background-color: rgb(8,96,103); }
div.DivClassName
{
background-color: #086067;
}
.BgClassName
{
background-color: #086067;
}
</style>
border-color css
<style>
span { border-color: #086067; }
span { border-color: rgb(8,96,103); }
td.TdClassName
{
border-color: #086067;
}
.TagClassName
{
border-color: #086067;
}
</style>