Shades of Blue Lagoon #0B696C
Tints of Blue Lagoon #0B696C
RGB
CMYK
RGB Variations
Color information
#0B696C (or 0x0B696C) is known color: Blue Lagoon. HEX triplet: 0B, 69 and 6C. RGB value is (11,105,108). Sum of RGB (Red+Green+Blue) = 11+105+108=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 105 (41.41% from 255 or 46.88% from 224); Blue value is 108 (42.58% from 255 or 48.21% from 224); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B696C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B696C is #F49693. Grayscale: #4D4D4D. Windows color (decimal): -16029332 or 7104779. OLE color: 7104779.
HSL color Cylindrical-coordinate representation of color #0B696C: hue angle of 181.86º 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 #0B696C is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 105 | 108 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.58 |
| HSL | 181.86º | 0.82% | 0.23% | - |
| HSV(B) | 181.86º | 0.9% | 0.42% | - |
| XYZ | 7.9 | 11.26 | 15.94 | - |
| YUV | 77.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 105 | 108 | 0.90 | 0.03 | 0 | 0.58 | 181.86 | 0.82 | 0.23 |
| Hex | B | 69 | 6C | 5A | 3 | 0 | 3A | B6 | 52 | 17 |
| Octal | 13 | 151 | 154 | 132 | 3 | 0 | 72 | 266 | 122 | 27 |
| Binary | 1011 | 1101001 | 1101100 | 1011010 | 11 | 0 | 111010 | 10110110 | 1010010 | 10111 |
Color Harmonies of #0B696C
Complementary color
Monochromatic Colors of #0B696C
Black with #0B696C
Text Example
Text Example
White with #0B696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B696C; }
p { color: rgb(11,105,108); }
H1.HeaderClassName
{
color: #0B696C;
}
.AnyTagClassName
{
color: #0B696C;
}
</style>
background-color css
<style>
a { background-color: #0B696C; }
a { background-color: rgb(11,105,108); }
div.DivClassName
{
background-color: #0B696C;
}
.BgClassName
{
background-color: #0B696C;
}
</style>
border-color css
<style>
span { border-color: #0B696C; }
span { border-color: rgb(11,105,108); }
td.TdClassName
{
border-color: #0B696C;
}
.TagClassName
{
border-color: #0B696C;
}
</style>