Shades of Blue Lagoon #0B6B6C
Tints of Blue Lagoon #0B6B6C
RGB
CMYK
RGB Variations
Color information
#0B6B6C (or 0x0B6B6C) is known color: Blue Lagoon. HEX triplet: 0B, 6B and 6C. RGB value is (11,107,108). Sum of RGB (Red+Green+Blue) = 11+107+108=226 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.87% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B6B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6B6C is #F49493. Grayscale: #4E4E4E. Windows color (decimal): -16028820 or 7105291. OLE color: 7105291.
HSL color Cylindrical-coordinate representation of color #0B6B6C: hue angle of 180.62º 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 #0B6B6C is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 107 | 108 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.58 |
| HSL | 180.62º | 0.82% | 0.23% | - |
| HSV(B) | 180.62º | 0.9% | 0.42% | - |
| XYZ | 8.1 | 11.67 | 16.01 | - |
| YUV | 78.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 107 | 108 | 0.90 | 0.01 | 0 | 0.58 | 180.62 | 0.82 | 0.23 |
| Hex | B | 6B | 6C | 5A | 1 | 0 | 3A | B5 | 52 | 17 |
| Octal | 13 | 153 | 154 | 132 | 1 | 0 | 72 | 265 | 122 | 27 |
| Binary | 1011 | 1101011 | 1101100 | 1011010 | 1 | 0 | 111010 | 10110101 | 1010010 | 10111 |
Color Harmonies of #0B6B6C
Complementary color
Monochromatic Colors of #0B6B6C
Black with #0B6B6C
Text Example
Text Example
White with #0B6B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6B6C; }
p { color: rgb(11,107,108); }
H1.HeaderClassName
{
color: #0B6B6C;
}
.AnyTagClassName
{
color: #0B6B6C;
}
</style>
background-color css
<style>
a { background-color: #0B6B6C; }
a { background-color: rgb(11,107,108); }
div.DivClassName
{
background-color: #0B6B6C;
}
.BgClassName
{
background-color: #0B6B6C;
}
</style>
border-color css
<style>
span { border-color: #0B6B6C; }
span { border-color: rgb(11,107,108); }
td.TdClassName
{
border-color: #0B6B6C;
}
.TagClassName
{
border-color: #0B6B6C;
}
</style>