Shades of Blue Lagoon #0F606E
Tints of Blue Lagoon #0F606E
RGB
CMYK
RGB Variations
Color information
#0F606E (or 0x0F606E) is known color: Blue Lagoon. HEX triplet: 0F, 60 and 6E. RGB value is (15,96,110). Sum of RGB (Red+Green+Blue) = 15+96+110=221 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.79% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F606E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F606E is #F09F91. Grayscale: #494949. Windows color (decimal): -15769490 or 7233551. OLE color: 7233551.
HSL color Cylindrical-coordinate representation of color #0F606E: hue angle of 188.84º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F606E is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 96 | 110 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.57 |
| HSL | 188.84º | 0.76% | 0.25% | - |
| HSV(B) | 188.84º | 0.86% | 0.43% | - |
| XYZ | 7.19 | 9.59 | 16.22 | - |
| YUV | 73.38 | 148.66 | 86.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 110 | 0.86 | 0.13 | 0 | 0.57 | 188.84 | 0.76 | 0.25 |
| Hex | F | 60 | 6E | 56 | D | 0 | 39 | BD | 4C | 19 |
| Octal | 17 | 140 | 156 | 126 | 15 | 0 | 71 | 275 | 114 | 31 |
| Binary | 1111 | 1100000 | 1101110 | 1010110 | 1101 | 0 | 111001 | 10111101 | 1001100 | 11001 |
Color Harmonies of #0F606E
Complementary color
Monochromatic Colors of #0F606E
Black with #0F606E
Text Example
Text Example
White with #0F606E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F606E; }
p { color: rgb(15,96,110); }
H1.HeaderClassName
{
color: #0F606E;
}
.AnyTagClassName
{
color: #0F606E;
}
</style>
background-color css
<style>
a { background-color: #0F606E; }
a { background-color: rgb(15,96,110); }
div.DivClassName
{
background-color: #0F606E;
}
.BgClassName
{
background-color: #0F606E;
}
</style>
border-color css
<style>
span { border-color: #0F606E; }
span { border-color: rgb(15,96,110); }
td.TdClassName
{
border-color: #0F606E;
}
.TagClassName
{
border-color: #0F606E;
}
</style>