Shades of Blue Lagoon #09667A
Tints of Blue Lagoon #09667A
RGB
CMYK
RGB Variations
Color information
#09667A (or 0x09667A) is known color: Blue Lagoon. HEX triplet: 09, 66 and 7A. RGB value is (9,102,122). Sum of RGB (Red+Green+Blue) = 9+102+122=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 122 (48.05% from 255 or 52.36% from 233); Max value from RGB is 122 - color contains mainly: blue. Hex color #09667A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09667A is #F69985. Grayscale: #4C4C4C. Windows color (decimal): -16161158 or 8021513. OLE color: 8021513.
HSL color Cylindrical-coordinate representation of color #09667A: hue angle of 190.62º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09667A is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 9 | 102 | 122 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.52 |
| HSL | 190.62º | 0.86% | 0.26% | - |
| HSV(B) | 190.62º | 0.93% | 0.48% | - |
| XYZ | 8.38 | 10.97 | 20.09 | - |
| YUV | 76.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 122 | 0.93 | 0.16 | 0 | 0.52 | 190.62 | 0.86 | 0.26 |
| Hex | 9 | 66 | 7A | 5D | 10 | 0 | 34 | BF | 56 | 1A |
| Octal | 11 | 146 | 172 | 135 | 20 | 0 | 64 | 277 | 126 | 32 |
| Binary | 1001 | 1100110 | 1111010 | 1011101 | 10000 | 0 | 110100 | 10111111 | 1010110 | 11010 |
Color Harmonies of #09667A
Complementary color
Monochromatic Colors of #09667A
Black with #09667A
Text Example
Text Example
White with #09667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09667A; }
p { color: rgb(9,102,122); }
H1.HeaderClassName
{
color: #09667A;
}
.AnyTagClassName
{
color: #09667A;
}
</style>
background-color css
<style>
a { background-color: #09667A; }
a { background-color: rgb(9,102,122); }
div.DivClassName
{
background-color: #09667A;
}
.BgClassName
{
background-color: #09667A;
}
</style>
border-color css
<style>
span { border-color: #09667A; }
span { border-color: rgb(9,102,122); }
td.TdClassName
{
border-color: #09667A;
}
.TagClassName
{
border-color: #09667A;
}
</style>