Shades of Blue Lagoon #09616D
Tints of Blue Lagoon #09616D
RGB
CMYK
RGB Variations
Color information
#09616D (or 0x09616D) is known color: Blue Lagoon. HEX triplet: 09, 61 and 6D. RGB value is (9,97,109). Sum of RGB (Red+Green+Blue) = 9+97+109=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #09616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09616D is #F69E92. Grayscale: #474747. Windows color (decimal): -16162451 or 7168265. OLE color: 7168265.
HSL color Cylindrical-coordinate representation of color #09616D: hue angle of 187.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09616D is Cyan = 0.92, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 97 | 109 | - |
| CMYK | 0.92 | 0.11 | 0 | 0.57 |
| HSL | 187.2º | 0.85% | 0.23% | - |
| HSV(B) | 187.2º | 0.92% | 0.43% | - |
| XYZ | 7.15 | 9.71 | 15.97 | - |
| YUV | 72.06 | 148.85 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 109 | 0.92 | 0.11 | 0 | 0.57 | 187.2 | 0.85 | 0.23 |
| Hex | 9 | 61 | 6D | 5C | B | 0 | 39 | BB | 55 | 17 |
| Octal | 11 | 141 | 155 | 134 | 13 | 0 | 71 | 273 | 125 | 27 |
| Binary | 1001 | 1100001 | 1101101 | 1011100 | 1011 | 0 | 111001 | 10111011 | 1010101 | 10111 |
Color Harmonies of #09616D
Complementary color
Monochromatic Colors of #09616D
Black with #09616D
Text Example
Text Example
White with #09616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09616D; }
p { color: rgb(9,97,109); }
H1.HeaderClassName
{
color: #09616D;
}
.AnyTagClassName
{
color: #09616D;
}
</style>
background-color css
<style>
a { background-color: #09616D; }
a { background-color: rgb(9,97,109); }
div.DivClassName
{
background-color: #09616D;
}
.BgClassName
{
background-color: #09616D;
}
</style>
border-color css
<style>
span { border-color: #09616D; }
span { border-color: rgb(9,97,109); }
td.TdClassName
{
border-color: #09616D;
}
.TagClassName
{
border-color: #09616D;
}
</style>