Shades of Blue Lagoon #09687C
Tints of Blue Lagoon #09687C
RGB
CMYK
RGB Variations
Color information
#09687C (or 0x09687C) is known color: Blue Lagoon. HEX triplet: 09, 68 and 7C. RGB value is (9,104,124). Sum of RGB (Red+Green+Blue) = 9+104+124=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #09687C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09687C is #F69783. Grayscale: #4D4D4D. Windows color (decimal): -16160644 or 8153097. OLE color: 8153097.
HSL color Cylindrical-coordinate representation of color #09687C: hue angle of 190.43º degrees, saturation: 0.86, 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 #09687C is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 104 | 124 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.51 |
| HSL | 190.43º | 0.86% | 0.26% | - |
| HSV(B) | 190.43º | 0.93% | 0.49% | - |
| XYZ | 8.7 | 11.41 | 20.81 | - |
| YUV | 77.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 124 | 0.93 | 0.16 | 0 | 0.51 | 190.43 | 0.86 | 0.26 |
| Hex | 9 | 68 | 7C | 5D | 10 | 0 | 33 | BE | 56 | 1A |
| Octal | 11 | 150 | 174 | 135 | 20 | 0 | 63 | 276 | 126 | 32 |
| Binary | 1001 | 1101000 | 1111100 | 1011101 | 10000 | 0 | 110011 | 10111110 | 1010110 | 11010 |
Color Harmonies of #09687C
Complementary color
Monochromatic Colors of #09687C
Black with #09687C
Text Example
Text Example
White with #09687C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09687C; }
p { color: rgb(9,104,124); }
H1.HeaderClassName
{
color: #09687C;
}
.AnyTagClassName
{
color: #09687C;
}
</style>
background-color css
<style>
a { background-color: #09687C; }
a { background-color: rgb(9,104,124); }
div.DivClassName
{
background-color: #09687C;
}
.BgClassName
{
background-color: #09687C;
}
</style>
border-color css
<style>
span { border-color: #09687C; }
span { border-color: rgb(9,104,124); }
td.TdClassName
{
border-color: #09687C;
}
.TagClassName
{
border-color: #09687C;
}
</style>