Shades of Blue Lagoon #09686B
Tints of Blue Lagoon #09686B
RGB
CMYK
RGB Variations
Color information
#09686B (or 0x09686B) is known color: Blue Lagoon. HEX triplet: 09, 68 and 6B. RGB value is (9,104,107). Sum of RGB (Red+Green+Blue) = 9+104+107=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 107 (42.19% from 255 or 48.64% from 220); Max value from RGB is 107 - color contains mainly: blue. Hex color #09686B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09686B is #F69794. Grayscale: #4B4B4B. Windows color (decimal): -16160661 or 7038985. OLE color: 7038985.
HSL color Cylindrical-coordinate representation of color #09686B: hue angle of 181.84º degrees, saturation: 0.84, 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 #09686B is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 104 | 107 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.58 |
| HSL | 181.84º | 0.84% | 0.23% | - |
| HSV(B) | 181.84º | 0.92% | 0.42% | - |
| XYZ | 7.72 | 11.02 | 15.63 | - |
| YUV | 75.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 107 | 0.92 | 0.03 | 0 | 0.58 | 181.84 | 0.84 | 0.23 |
| Hex | 9 | 68 | 6B | 5C | 3 | 0 | 3A | B6 | 54 | 17 |
| Octal | 11 | 150 | 153 | 134 | 3 | 0 | 72 | 266 | 124 | 27 |
| Binary | 1001 | 1101000 | 1101011 | 1011100 | 11 | 0 | 111010 | 10110110 | 1010100 | 10111 |
Color Harmonies of #09686B
Complementary color
Monochromatic Colors of #09686B
Black with #09686B
Text Example
Text Example
White with #09686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09686B; }
p { color: rgb(9,104,107); }
H1.HeaderClassName
{
color: #09686B;
}
.AnyTagClassName
{
color: #09686B;
}
</style>
background-color css
<style>
a { background-color: #09686B; }
a { background-color: rgb(9,104,107); }
div.DivClassName
{
background-color: #09686B;
}
.BgClassName
{
background-color: #09686B;
}
</style>
border-color css
<style>
span { border-color: #09686B; }
span { border-color: rgb(9,104,107); }
td.TdClassName
{
border-color: #09686B;
}
.TagClassName
{
border-color: #09686B;
}
</style>