Shades of Blue Lagoon #09697A
Tints of Blue Lagoon #09697A
RGB
CMYK
RGB Variations
Color information
#09697A (or 0x09697A) is known color: Blue Lagoon. HEX triplet: 09, 69 and 7A. RGB value is (9,105,122). Sum of RGB (Red+Green+Blue) = 9+105+122=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #09697A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09697A is #F69685. Grayscale: #4E4E4E. Windows color (decimal): -16160390 or 8022281. OLE color: 8022281.
HSL color Cylindrical-coordinate representation of color #09697A: hue angle of 189.03º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09697A is Cyan = 0.93, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 105 | 122 | - |
| CMYK | 0.93 | 0.14 | 0 | 0.52 |
| HSL | 189.03º | 0.86% | 0.26% | - |
| HSV(B) | 189.03º | 0.93% | 0.48% | - |
| XYZ | 8.68 | 11.57 | 20.19 | - |
| YUV | 78.23 | 152.7 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 122 | 0.93 | 0.14 | 0 | 0.52 | 189.03 | 0.86 | 0.26 |
| Hex | 9 | 69 | 7A | 5D | E | 0 | 34 | BD | 56 | 1A |
| Octal | 11 | 151 | 172 | 135 | 16 | 0 | 64 | 275 | 126 | 32 |
| Binary | 1001 | 1101001 | 1111010 | 1011101 | 1110 | 0 | 110100 | 10111101 | 1010110 | 11010 |
Color Harmonies of #09697A
Complementary color
Monochromatic Colors of #09697A
Black with #09697A
Text Example
Text Example
White with #09697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09697A; }
p { color: rgb(9,105,122); }
H1.HeaderClassName
{
color: #09697A;
}
.AnyTagClassName
{
color: #09697A;
}
</style>
background-color css
<style>
a { background-color: #09697A; }
a { background-color: rgb(9,105,122); }
div.DivClassName
{
background-color: #09697A;
}
.BgClassName
{
background-color: #09697A;
}
</style>
border-color css
<style>
span { border-color: #09697A; }
span { border-color: rgb(9,105,122); }
td.TdClassName
{
border-color: #09697A;
}
.TagClassName
{
border-color: #09697A;
}
</style>