Shades of Blue Lagoon #0B686B
Tints of Blue Lagoon #0B686B
RGB
CMYK
RGB Variations
Color information
#0B686B (or 0x0B686B) is known color: Blue Lagoon. HEX triplet: 0B, 68 and 6B. RGB value is (11,104,107). Sum of RGB (Red+Green+Blue) = 11+104+107=222 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.95% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B686B is #F49794. Grayscale: #4C4C4C. Windows color (decimal): -16029589 or 7038987. OLE color: 7038987.
HSL color Cylindrical-coordinate representation of color #0B686B: hue angle of 181.88º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B686B is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 104 | 107 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.58 |
| HSL | 181.88º | 0.81% | 0.23% | - |
| HSV(B) | 181.88º | 0.9% | 0.42% | - |
| XYZ | 7.74 | 11.03 | 15.63 | - |
| YUV | 76.54 | 145.19 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 107 | 0.90 | 0.03 | 0 | 0.58 | 181.88 | 0.81 | 0.23 |
| Hex | B | 68 | 6B | 5A | 3 | 0 | 3A | B6 | 51 | 17 |
| Octal | 13 | 150 | 153 | 132 | 3 | 0 | 72 | 266 | 121 | 27 |
| Binary | 1011 | 1101000 | 1101011 | 1011010 | 11 | 0 | 111010 | 10110110 | 1010001 | 10111 |
Color Harmonies of #0B686B
Complementary color
Monochromatic Colors of #0B686B
Black with #0B686B
Text Example
Text Example
White with #0B686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B686B; }
p { color: rgb(11,104,107); }
H1.HeaderClassName
{
color: #0B686B;
}
.AnyTagClassName
{
color: #0B686B;
}
</style>
background-color css
<style>
a { background-color: #0B686B; }
a { background-color: rgb(11,104,107); }
div.DivClassName
{
background-color: #0B686B;
}
.BgClassName
{
background-color: #0B686B;
}
</style>
border-color css
<style>
span { border-color: #0B686B; }
span { border-color: rgb(11,104,107); }
td.TdClassName
{
border-color: #0B686B;
}
.TagClassName
{
border-color: #0B686B;
}
</style>