Shades of Blue Lagoon #0F606B
Tints of Blue Lagoon #0F606B
RGB
CMYK
RGB Variations
Color information
#0F606B (or 0x0F606B) is known color: Blue Lagoon. HEX triplet: 0F, 60 and 6B. RGB value is (15,96,107). Sum of RGB (Red+Green+Blue) = 15+96+107=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 96 (37.89% from 255 or 44.04% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F606B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F606B is #F09F94. Grayscale: #484848. Windows color (decimal): -15769493 or 7036943. OLE color: 7036943.
HSL color Cylindrical-coordinate representation of color #0F606B: hue angle of 187.17º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F606B is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 96 | 107 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.58 |
| HSL | 187.17º | 0.75% | 0.24% | - |
| HSV(B) | 187.17º | 0.86% | 0.42% | - |
| XYZ | 7.03 | 9.53 | 15.38 | - |
| YUV | 73.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 107 | 0.86 | 0.10 | 0 | 0.58 | 187.17 | 0.75 | 0.24 |
| Hex | F | 60 | 6B | 56 | A | 0 | 3A | BB | 4B | 18 |
| Octal | 17 | 140 | 153 | 126 | 12 | 0 | 72 | 273 | 113 | 30 |
| Binary | 1111 | 1100000 | 1101011 | 1010110 | 1010 | 0 | 111010 | 10111011 | 1001011 | 11000 |
Color Harmonies of #0F606B
Complementary color
Monochromatic Colors of #0F606B
Black with #0F606B
Text Example
Text Example
White with #0F606B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F606B; }
p { color: rgb(15,96,107); }
H1.HeaderClassName
{
color: #0F606B;
}
.AnyTagClassName
{
color: #0F606B;
}
</style>
background-color css
<style>
a { background-color: #0F606B; }
a { background-color: rgb(15,96,107); }
div.DivClassName
{
background-color: #0F606B;
}
.BgClassName
{
background-color: #0F606B;
}
</style>
border-color css
<style>
span { border-color: #0F606B; }
span { border-color: rgb(15,96,107); }
td.TdClassName
{
border-color: #0F606B;
}
.TagClassName
{
border-color: #0F606B;
}
</style>