Shades of Blue Lagoon #09686C
Tints of Blue Lagoon #09686C
RGB
CMYK
RGB Variations
Color information
#09686C (or 0x09686C) is known color: Blue Lagoon. HEX triplet: 09, 68 and 6C. RGB value is (9,104,108). Sum of RGB (Red+Green+Blue) = 9+104+108=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #09686C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09686C is #F69793. Grayscale: #4B4B4B. Windows color (decimal): -16160660 or 7104521. OLE color: 7104521.
HSL color Cylindrical-coordinate representation of color #09686C: hue angle of 182.42º degrees, saturation: 0.85, 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 #09686C is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 104 | 108 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.58 |
| HSL | 182.42º | 0.85% | 0.23% | - |
| HSV(B) | 182.42º | 0.92% | 0.42% | - |
| XYZ | 7.77 | 11.04 | 15.91 | - |
| YUV | 76.05 | 146.03 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 108 | 0.92 | 0.04 | 0 | 0.58 | 182.42 | 0.85 | 0.23 |
| Hex | 9 | 68 | 6C | 5C | 4 | 0 | 3A | B6 | 55 | 17 |
| Octal | 11 | 150 | 154 | 134 | 4 | 0 | 72 | 266 | 125 | 27 |
| Binary | 1001 | 1101000 | 1101100 | 1011100 | 100 | 0 | 111010 | 10110110 | 1010101 | 10111 |
Color Harmonies of #09686C
Complementary color
Monochromatic Colors of #09686C
Black with #09686C
Text Example
Text Example
White with #09686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09686C; }
p { color: rgb(9,104,108); }
H1.HeaderClassName
{
color: #09686C;
}
.AnyTagClassName
{
color: #09686C;
}
</style>
background-color css
<style>
a { background-color: #09686C; }
a { background-color: rgb(9,104,108); }
div.DivClassName
{
background-color: #09686C;
}
.BgClassName
{
background-color: #09686C;
}
</style>
border-color css
<style>
span { border-color: #09686C; }
span { border-color: rgb(9,104,108); }
td.TdClassName
{
border-color: #09686C;
}
.TagClassName
{
border-color: #09686C;
}
</style>