Shades of Blue Lagoon #09666F
Tints of Blue Lagoon #09666F
RGB
CMYK
RGB Variations
Color information
#09666F (or 0x09666F) is known color: Blue Lagoon. HEX triplet: 09, 66 and 6F. RGB value is (9,102,111). Sum of RGB (Red+Green+Blue) = 9+102+111=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 111 (43.75% from 255 or 50% from 222); Max value from RGB is 111 - color contains mainly: blue. Hex color #09666F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09666F is #F69990. Grayscale: #4B4B4B. Windows color (decimal): -16161169 or 7300617. OLE color: 7300617.
HSL color Cylindrical-coordinate representation of color #09666F: hue angle of 185.29º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09666F is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 102 | 111 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.56 |
| HSL | 185.29º | 0.85% | 0.24% | - |
| HSV(B) | 185.29º | 0.92% | 0.44% | - |
| XYZ | 7.73 | 10.71 | 16.7 | - |
| YUV | 75.22 | 148.19 | 80.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 111 | 0.92 | 0.08 | 0 | 0.56 | 185.29 | 0.85 | 0.24 |
| Hex | 9 | 66 | 6F | 5C | 8 | 0 | 38 | B9 | 55 | 18 |
| Octal | 11 | 146 | 157 | 134 | 10 | 0 | 70 | 271 | 125 | 30 |
| Binary | 1001 | 1100110 | 1101111 | 1011100 | 1000 | 0 | 111000 | 10111001 | 1010101 | 11000 |
Color Harmonies of #09666F
Complementary color
Monochromatic Colors of #09666F
Black with #09666F
Text Example
Text Example
White with #09666F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09666F; }
p { color: rgb(9,102,111); }
H1.HeaderClassName
{
color: #09666F;
}
.AnyTagClassName
{
color: #09666F;
}
</style>
background-color css
<style>
a { background-color: #09666F; }
a { background-color: rgb(9,102,111); }
div.DivClassName
{
background-color: #09666F;
}
.BgClassName
{
background-color: #09666F;
}
</style>
border-color css
<style>
span { border-color: #09666F; }
span { border-color: rgb(9,102,111); }
td.TdClassName
{
border-color: #09666F;
}
.TagClassName
{
border-color: #09666F;
}
</style>