Shades of Blue Lagoon #09616A
Tints of Blue Lagoon #09616A
RGB
CMYK
RGB Variations
Color information
#09616A (or 0x09616A) is known color: Blue Lagoon. HEX triplet: 09, 61 and 6A. RGB value is (9,97,106). Sum of RGB (Red+Green+Blue) = 9+97+106=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 106 (41.80% from 255 or 50% from 212); Max value from RGB is 106 - color contains mainly: blue. Hex color #09616A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09616A is #F69E95. Grayscale: #474747. Windows color (decimal): -16162454 or 6971657. OLE color: 6971657.
HSL color Cylindrical-coordinate representation of color #09616A: hue angle of 185.57º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09616A is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 97 | 106 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.58 |
| HSL | 185.57º | 0.84% | 0.23% | - |
| HSV(B) | 185.57º | 0.92% | 0.42% | - |
| XYZ | 6.99 | 9.65 | 15.13 | - |
| YUV | 71.71 | 147.35 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 106 | 0.92 | 0.08 | 0 | 0.58 | 185.57 | 0.84 | 0.23 |
| Hex | 9 | 61 | 6A | 5C | 8 | 0 | 3A | BA | 54 | 17 |
| Octal | 11 | 141 | 152 | 134 | 10 | 0 | 72 | 272 | 124 | 27 |
| Binary | 1001 | 1100001 | 1101010 | 1011100 | 1000 | 0 | 111010 | 10111010 | 1010100 | 10111 |
Color Harmonies of #09616A
Complementary color
Monochromatic Colors of #09616A
Black with #09616A
Text Example
Text Example
White with #09616A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09616A; }
p { color: rgb(9,97,106); }
H1.HeaderClassName
{
color: #09616A;
}
.AnyTagClassName
{
color: #09616A;
}
</style>
background-color css
<style>
a { background-color: #09616A; }
a { background-color: rgb(9,97,106); }
div.DivClassName
{
background-color: #09616A;
}
.BgClassName
{
background-color: #09616A;
}
</style>
border-color css
<style>
span { border-color: #09616A; }
span { border-color: rgb(9,97,106); }
td.TdClassName
{
border-color: #09616A;
}
.TagClassName
{
border-color: #09616A;
}
</style>