Shades of Blue Lagoon #0B686E
Tints of Blue Lagoon #0B686E
RGB
CMYK
RGB Variations
Color information
#0B686E (or 0x0B686E) is known color: Blue Lagoon. HEX triplet: 0B, 68 and 6E. RGB value is (11,104,110). Sum of RGB (Red+Green+Blue) = 11+104+110=225 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.89% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B686E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B686E is #F49791. Grayscale: #4C4C4C. Windows color (decimal): -16029586 or 7235595. OLE color: 7235595.
HSL color Cylindrical-coordinate representation of color #0B686E: hue angle of 183.64º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B686E is Cyan = 0.9, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 11 | 104 | 110 | - |
| CMYK | 0.9 | 0.05 | 0 | 0.57 |
| HSL | 183.64º | 0.82% | 0.24% | - |
| HSV(B) | 183.64º | 0.9% | 0.43% | - |
| XYZ | 7.9 | 11.1 | 16.48 | - |
| YUV | 76.88 | 146.69 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 110 | 0.9 | 0.05 | 0 | 0.57 | 183.64 | 0.82 | 0.24 |
| Hex | B | 68 | 6E | 5A | 5 | 0 | 39 | B8 | 52 | 18 |
| Octal | 13 | 150 | 156 | 132 | 5 | 0 | 71 | 270 | 122 | 30 |
| Binary | 1011 | 1101000 | 1101110 | 1011010 | 101 | 0 | 111001 | 10111000 | 1010010 | 11000 |
Color Harmonies of #0B686E
Complementary color
Monochromatic Colors of #0B686E
Black with #0B686E
Text Example
Text Example
White with #0B686E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B686E; }
p { color: rgb(11,104,110); }
H1.HeaderClassName
{
color: #0B686E;
}
.AnyTagClassName
{
color: #0B686E;
}
</style>
background-color css
<style>
a { background-color: #0B686E; }
a { background-color: rgb(11,104,110); }
div.DivClassName
{
background-color: #0B686E;
}
.BgClassName
{
background-color: #0B686E;
}
</style>
border-color css
<style>
span { border-color: #0B686E; }
span { border-color: rgb(11,104,110); }
td.TdClassName
{
border-color: #0B686E;
}
.TagClassName
{
border-color: #0B686E;
}
</style>