Shades of Blue Lagoon #09666A
Tints of Blue Lagoon #09666A
RGB
CMYK
RGB Variations
Color information
#09666A (or 0x09666A) is known color: Blue Lagoon. HEX triplet: 09, 66 and 6A. RGB value is (9,102,106). Sum of RGB (Red+Green+Blue) = 9+102+106=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 102 (40.23% from 255 or 47.00% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #09666A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09666A is #F69995. Grayscale: #4A4A4A. Windows color (decimal): -16161174 or 6972937. OLE color: 6972937.
HSL color Cylindrical-coordinate representation of color #09666A: hue angle of 182.47º 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 #09666A is Cyan = 0.92, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 102 | 106 | - |
| CMYK | 0.92 | 0.04 | 0 | 0.58 |
| HSL | 182.47º | 0.84% | 0.23% | - |
| HSV(B) | 182.47º | 0.92% | 0.42% | - |
| XYZ | 7.47 | 10.6 | 15.29 | - |
| YUV | 74.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 106 | 0.92 | 0.04 | 0 | 0.58 | 182.47 | 0.84 | 0.23 |
| Hex | 9 | 66 | 6A | 5C | 4 | 0 | 3A | B6 | 54 | 17 |
| Octal | 11 | 146 | 152 | 134 | 4 | 0 | 72 | 266 | 124 | 27 |
| Binary | 1001 | 1100110 | 1101010 | 1011100 | 100 | 0 | 111010 | 10110110 | 1010100 | 10111 |
Color Harmonies of #09666A
Complementary color
Monochromatic Colors of #09666A
Black with #09666A
Text Example
Text Example
White with #09666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09666A; }
p { color: rgb(9,102,106); }
H1.HeaderClassName
{
color: #09666A;
}
.AnyTagClassName
{
color: #09666A;
}
</style>
background-color css
<style>
a { background-color: #09666A; }
a { background-color: rgb(9,102,106); }
div.DivClassName
{
background-color: #09666A;
}
.BgClassName
{
background-color: #09666A;
}
</style>
border-color css
<style>
span { border-color: #09666A; }
span { border-color: rgb(9,102,106); }
td.TdClassName
{
border-color: #09666A;
}
.TagClassName
{
border-color: #09666A;
}
</style>