Shades of Blue Lagoon #09666C
Tints of Blue Lagoon #09666C
RGB
CMYK
RGB Variations
Color information
#09666C (or 0x09666C) is known color: Blue Lagoon. HEX triplet: 09, 66 and 6C. RGB value is (9,102,108). Sum of RGB (Red+Green+Blue) = 9+102+108=219 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.11% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #09666C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09666C is #F69993. Grayscale: #4A4A4A. Windows color (decimal): -16161172 or 7104009. OLE color: 7104009.
HSL color Cylindrical-coordinate representation of color #09666C: hue angle of 183.64º 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 #09666C is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 102 | 108 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.58 |
| HSL | 183.64º | 0.85% | 0.23% | - |
| HSV(B) | 183.64º | 0.92% | 0.42% | - |
| XYZ | 7.57 | 10.64 | 15.84 | - |
| YUV | 74.88 | 146.69 | 81.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 108 | 0.92 | 0.06 | 0 | 0.58 | 183.64 | 0.85 | 0.23 |
| Hex | 9 | 66 | 6C | 5C | 6 | 0 | 3A | B8 | 55 | 17 |
| Octal | 11 | 146 | 154 | 134 | 6 | 0 | 72 | 270 | 125 | 27 |
| Binary | 1001 | 1100110 | 1101100 | 1011100 | 110 | 0 | 111010 | 10111000 | 1010101 | 10111 |
Color Harmonies of #09666C
Complementary color
Monochromatic Colors of #09666C
Black with #09666C
Text Example
Text Example
White with #09666C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09666C; }
p { color: rgb(9,102,108); }
H1.HeaderClassName
{
color: #09666C;
}
.AnyTagClassName
{
color: #09666C;
}
</style>
background-color css
<style>
a { background-color: #09666C; }
a { background-color: rgb(9,102,108); }
div.DivClassName
{
background-color: #09666C;
}
.BgClassName
{
background-color: #09666C;
}
</style>
border-color css
<style>
span { border-color: #09666C; }
span { border-color: rgb(9,102,108); }
td.TdClassName
{
border-color: #09666C;
}
.TagClassName
{
border-color: #09666C;
}
</style>