Shades of Blue Lagoon #09616F
Tints of Blue Lagoon #09616F
RGB
CMYK
RGB Variations
Color information
#09616F (or 0x09616F) is known color: Blue Lagoon. HEX triplet: 09, 61 and 6F. RGB value is (9,97,111). Sum of RGB (Red+Green+Blue) = 9+97+111=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #09616F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09616F is #F69E90. Grayscale: #484848. Windows color (decimal): -16162449 or 7299337. OLE color: 7299337.
HSL color Cylindrical-coordinate representation of color #09616F: hue angle of 188.24º 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 #09616F is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 97 | 111 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.56 |
| HSL | 188.24º | 0.85% | 0.24% | - |
| HSV(B) | 188.24º | 0.92% | 0.44% | - |
| XYZ | 7.26 | 9.76 | 16.54 | - |
| YUV | 72.28 | 149.85 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 111 | 0.92 | 0.13 | 0 | 0.56 | 188.24 | 0.85 | 0.24 |
| Hex | 9 | 61 | 6F | 5C | D | 0 | 38 | BC | 55 | 18 |
| Octal | 11 | 141 | 157 | 134 | 15 | 0 | 70 | 274 | 125 | 30 |
| Binary | 1001 | 1100001 | 1101111 | 1011100 | 1101 | 0 | 111000 | 10111100 | 1010101 | 11000 |
Color Harmonies of #09616F
Complementary color
Monochromatic Colors of #09616F
Black with #09616F
Text Example
Text Example
White with #09616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09616F; }
p { color: rgb(9,97,111); }
H1.HeaderClassName
{
color: #09616F;
}
.AnyTagClassName
{
color: #09616F;
}
</style>
background-color css
<style>
a { background-color: #09616F; }
a { background-color: rgb(9,97,111); }
div.DivClassName
{
background-color: #09616F;
}
.BgClassName
{
background-color: #09616F;
}
</style>
border-color css
<style>
span { border-color: #09616F; }
span { border-color: rgb(9,97,111); }
td.TdClassName
{
border-color: #09616F;
}
.TagClassName
{
border-color: #09616F;
}
</style>