Shades of Blue Lagoon #0B606C
Tints of Blue Lagoon #0B606C
RGB
CMYK
RGB Variations
Color information
#0B606C (or 0x0B606C) is known color: Blue Lagoon. HEX triplet: 0B, 60 and 6C. RGB value is (11,96,108). Sum of RGB (Red+Green+Blue) = 11+96+108=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B606C is #F49F93. Grayscale: #474747. Windows color (decimal): -16031636 or 7102475. OLE color: 7102475.
HSL color Cylindrical-coordinate representation of color #0B606C: hue angle of 187.42º 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 #0B606C is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 11 | 96 | 108 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.58 |
| HSL | 187.42º | 0.82% | 0.23% | - |
| HSV(B) | 187.42º | 0.9% | 0.42% | - |
| XYZ | 7.03 | 9.52 | 15.65 | - |
| YUV | 71.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 108 | 0.90 | 0.11 | 0 | 0.58 | 187.42 | 0.82 | 0.23 |
| Hex | B | 60 | 6C | 5A | B | 0 | 3A | BB | 52 | 17 |
| Octal | 13 | 140 | 154 | 132 | 13 | 0 | 72 | 273 | 122 | 27 |
| Binary | 1011 | 1100000 | 1101100 | 1011010 | 1011 | 0 | 111010 | 10111011 | 1010010 | 10111 |
Color Harmonies of #0B606C
Complementary color
Monochromatic Colors of #0B606C
Black with #0B606C
Text Example
Text Example
White with #0B606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B606C; }
p { color: rgb(11,96,108); }
H1.HeaderClassName
{
color: #0B606C;
}
.AnyTagClassName
{
color: #0B606C;
}
</style>
background-color css
<style>
a { background-color: #0B606C; }
a { background-color: rgb(11,96,108); }
div.DivClassName
{
background-color: #0B606C;
}
.BgClassName
{
background-color: #0B606C;
}
</style>
border-color css
<style>
span { border-color: #0B606C; }
span { border-color: rgb(11,96,108); }
td.TdClassName
{
border-color: #0B606C;
}
.TagClassName
{
border-color: #0B606C;
}
</style>