Shades of Blue Lagoon #09696A
Tints of Blue Lagoon #09696A
RGB
CMYK
RGB Variations
Color information
#09696A (or 0x09696A) is known color: Blue Lagoon. HEX triplet: 09, 69 and 6A. RGB value is (9,105,106). Sum of RGB (Red+Green+Blue) = 9+105+106=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #09696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09696A is #F69695. Grayscale: #4C4C4C. Windows color (decimal): -16160406 or 6973705. OLE color: 6973705.
HSL color Cylindrical-coordinate representation of color #09696A: hue angle of 180.62º 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 #09696A is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 105 | 106 | - |
| CMYK | 0.92 | 0.01 | 0 | 0.58 |
| HSL | 180.62º | 0.84% | 0.23% | - |
| HSV(B) | 180.62º | 0.92% | 0.42% | - |
| XYZ | 7.77 | 11.2 | 15.39 | - |
| YUV | 76.41 | 144.7 | 79.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 106 | 0.92 | 0.01 | 0 | 0.58 | 180.62 | 0.84 | 0.23 |
| Hex | 9 | 69 | 6A | 5C | 1 | 0 | 3A | B5 | 54 | 17 |
| Octal | 11 | 151 | 152 | 134 | 1 | 0 | 72 | 265 | 124 | 27 |
| Binary | 1001 | 1101001 | 1101010 | 1011100 | 1 | 0 | 111010 | 10110101 | 1010100 | 10111 |
Color Harmonies of #09696A
Complementary color
Monochromatic Colors of #09696A
Black with #09696A
Text Example
Text Example
White with #09696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09696A; }
p { color: rgb(9,105,106); }
H1.HeaderClassName
{
color: #09696A;
}
.AnyTagClassName
{
color: #09696A;
}
</style>
background-color css
<style>
a { background-color: #09696A; }
a { background-color: rgb(9,105,106); }
div.DivClassName
{
background-color: #09696A;
}
.BgClassName
{
background-color: #09696A;
}
</style>
border-color css
<style>
span { border-color: #09696A; }
span { border-color: rgb(9,105,106); }
td.TdClassName
{
border-color: #09696A;
}
.TagClassName
{
border-color: #09696A;
}
</style>