Shades of Blue Lagoon #09687A
Tints of Blue Lagoon #09687A
RGB
CMYK
RGB Variations
Color information
#09687A (or 0x09687A) is known color: Blue Lagoon. HEX triplet: 09, 68 and 7A. RGB value is (9,104,122). Sum of RGB (Red+Green+Blue) = 9+104+122=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 104 (41.02% from 255 or 44.26% from 235); Blue value is 122 (48.05% from 255 or 51.91% from 235); Max value from RGB is 122 - color contains mainly: blue. Hex color #09687A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09687A is #F69785. Grayscale: #4D4D4D. Windows color (decimal): -16160646 or 8022025. OLE color: 8022025.
HSL color Cylindrical-coordinate representation of color #09687A: hue angle of 189.56º 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 #09687A is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 104 | 122 | - |
| CMYK | 0.93 | 0.15 | 0 | 0.52 |
| HSL | 189.56º | 0.86% | 0.26% | - |
| HSV(B) | 189.56º | 0.93% | 0.48% | - |
| XYZ | 8.58 | 11.36 | 20.15 | - |
| YUV | 77.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 122 | 0.93 | 0.15 | 0 | 0.52 | 189.56 | 0.86 | 0.26 |
| Hex | 9 | 68 | 7A | 5D | F | 0 | 34 | BE | 56 | 1A |
| Octal | 11 | 150 | 172 | 135 | 17 | 0 | 64 | 276 | 126 | 32 |
| Binary | 1001 | 1101000 | 1111010 | 1011101 | 1111 | 0 | 110100 | 10111110 | 1010110 | 11010 |
Color Harmonies of #09687A
Complementary color
Monochromatic Colors of #09687A
Black with #09687A
Text Example
Text Example
White with #09687A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09687A; }
p { color: rgb(9,104,122); }
H1.HeaderClassName
{
color: #09687A;
}
.AnyTagClassName
{
color: #09687A;
}
</style>
background-color css
<style>
a { background-color: #09687A; }
a { background-color: rgb(9,104,122); }
div.DivClassName
{
background-color: #09687A;
}
.BgClassName
{
background-color: #09687A;
}
</style>
border-color css
<style>
span { border-color: #09687A; }
span { border-color: rgb(9,104,122); }
td.TdClassName
{
border-color: #09687A;
}
.TagClassName
{
border-color: #09687A;
}
</style>