Shades of Blue Lagoon #0B686C
Tints of Blue Lagoon #0B686C
RGB
CMYK
RGB Variations
Color information
#0B686C (or 0x0B686C) is known color: Blue Lagoon. HEX triplet: 0B, 68 and 6C. RGB value is (11,104,108). Sum of RGB (Red+Green+Blue) = 11+104+108=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 104 (41.02% from 255 or 46.64% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B686C is #F49793. Grayscale: #4C4C4C. Windows color (decimal): -16029588 or 7104523. OLE color: 7104523.
HSL color Cylindrical-coordinate representation of color #0B686C: hue angle of 182.47º degrees, saturation: 0.82, 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 #0B686C is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 104 | 108 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.58 |
| HSL | 182.47º | 0.82% | 0.23% | - |
| HSV(B) | 182.47º | 0.9% | 0.42% | - |
| XYZ | 7.8 | 11.05 | 15.91 | - |
| YUV | 76.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 108 | 0.90 | 0.04 | 0 | 0.58 | 182.47 | 0.82 | 0.23 |
| Hex | B | 68 | 6C | 5A | 4 | 0 | 3A | B6 | 52 | 17 |
| Octal | 13 | 150 | 154 | 132 | 4 | 0 | 72 | 266 | 122 | 27 |
| Binary | 1011 | 1101000 | 1101100 | 1011010 | 100 | 0 | 111010 | 10110110 | 1010010 | 10111 |
Color Harmonies of #0B686C
Complementary color
Monochromatic Colors of #0B686C
Black with #0B686C
Text Example
Text Example
White with #0B686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B686C; }
p { color: rgb(11,104,108); }
H1.HeaderClassName
{
color: #0B686C;
}
.AnyTagClassName
{
color: #0B686C;
}
</style>
background-color css
<style>
a { background-color: #0B686C; }
a { background-color: rgb(11,104,108); }
div.DivClassName
{
background-color: #0B686C;
}
.BgClassName
{
background-color: #0B686C;
}
</style>
border-color css
<style>
span { border-color: #0B686C; }
span { border-color: rgb(11,104,108); }
td.TdClassName
{
border-color: #0B686C;
}
.TagClassName
{
border-color: #0B686C;
}
</style>