Shades of Blue Lagoon #09606F
Tints of Blue Lagoon #09606F
RGB
CMYK
RGB Variations
Color information
#09606F (or 0x09606F) is known color: Blue Lagoon. HEX triplet: 09, 60 and 6F. RGB value is (9,96,111). Sum of RGB (Red+Green+Blue) = 9+96+111=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #09606F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09606F is #F69F90. Grayscale: #474747. Windows color (decimal): -16162705 or 7299081. OLE color: 7299081.
HSL color Cylindrical-coordinate representation of color #09606F: hue angle of 188.82º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09606F is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 96 | 111 | - |
| CMYK | 0.92 | 0.14 | 0 | 0.56 |
| HSL | 188.82º | 0.85% | 0.24% | - |
| HSV(B) | 188.82º | 0.92% | 0.44% | - |
| XYZ | 7.16 | 9.57 | 16.51 | - |
| YUV | 71.7 | 150.18 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 111 | 0.92 | 0.14 | 0 | 0.56 | 188.82 | 0.85 | 0.24 |
| Hex | 9 | 60 | 6F | 5C | E | 0 | 38 | BD | 55 | 18 |
| Octal | 11 | 140 | 157 | 134 | 16 | 0 | 70 | 275 | 125 | 30 |
| Binary | 1001 | 1100000 | 1101111 | 1011100 | 1110 | 0 | 111000 | 10111101 | 1010101 | 11000 |
Color Harmonies of #09606F
Complementary color
Monochromatic Colors of #09606F
Black with #09606F
Text Example
Text Example
White with #09606F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09606F; }
p { color: rgb(9,96,111); }
H1.HeaderClassName
{
color: #09606F;
}
.AnyTagClassName
{
color: #09606F;
}
</style>
background-color css
<style>
a { background-color: #09606F; }
a { background-color: rgb(9,96,111); }
div.DivClassName
{
background-color: #09606F;
}
.BgClassName
{
background-color: #09606F;
}
</style>
border-color css
<style>
span { border-color: #09606F; }
span { border-color: rgb(9,96,111); }
td.TdClassName
{
border-color: #09606F;
}
.TagClassName
{
border-color: #09606F;
}
</style>