Shades of Blue Lagoon #09687D
Tints of Blue Lagoon #09687D
RGB
CMYK
RGB Variations
Color information
#09687D (or 0x09687D) is known color: Blue Lagoon. HEX triplet: 09, 68 and 7D. RGB value is (9,104,125). Sum of RGB (Red+Green+Blue) = 9+104+125=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #09687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09687D is #F69782. Grayscale: #4D4D4D. Windows color (decimal): -16160643 or 8218633. OLE color: 8218633.
HSL color Cylindrical-coordinate representation of color #09687D: hue angle of 190.86º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09687D is Cyan = 0.93, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 104 | 125 | - |
| CMYK | 0.93 | 0.17 | 0 | 0.51 |
| HSL | 190.86º | 0.87% | 0.26% | - |
| HSV(B) | 190.86º | 0.93% | 0.49% | - |
| XYZ | 8.76 | 11.44 | 21.15 | - |
| YUV | 77.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 125 | 0.93 | 0.17 | 0 | 0.51 | 190.86 | 0.87 | 0.26 |
| Hex | 9 | 68 | 7D | 5D | 11 | 0 | 33 | BF | 57 | 1A |
| Octal | 11 | 150 | 175 | 135 | 21 | 0 | 63 | 277 | 127 | 32 |
| Binary | 1001 | 1101000 | 1111101 | 1011101 | 10001 | 0 | 110011 | 10111111 | 1010111 | 11010 |
Color Harmonies of #09687D
Complementary color
Monochromatic Colors of #09687D
Black with #09687D
Text Example
Text Example
White with #09687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09687D; }
p { color: rgb(9,104,125); }
H1.HeaderClassName
{
color: #09687D;
}
.AnyTagClassName
{
color: #09687D;
}
</style>
background-color css
<style>
a { background-color: #09687D; }
a { background-color: rgb(9,104,125); }
div.DivClassName
{
background-color: #09687D;
}
.BgClassName
{
background-color: #09687D;
}
</style>
border-color css
<style>
span { border-color: #09687D; }
span { border-color: rgb(9,104,125); }
td.TdClassName
{
border-color: #09687D;
}
.TagClassName
{
border-color: #09687D;
}
</style>