Shades of Blue Lagoon #09667C
Tints of Blue Lagoon #09667C
RGB
CMYK
RGB Variations
Color information
#09667C (or 0x09667C) is known color: Blue Lagoon. HEX triplet: 09, 66 and 7C. RGB value is (9,102,124). Sum of RGB (Red+Green+Blue) = 9+102+124=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #09667C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09667C is #F69983. Grayscale: #4C4C4C. Windows color (decimal): -16161156 or 8152585. OLE color: 8152585.
HSL color Cylindrical-coordinate representation of color #09667C: hue angle of 191.48º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09667C is Cyan = 0.93, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 9 | 102 | 124 | - |
| CMYK | 0.93 | 0.18 | 0 | 0.51 |
| HSL | 191.48º | 0.86% | 0.26% | - |
| HSV(B) | 191.48º | 0.93% | 0.49% | - |
| XYZ | 8.5 | 11.02 | 20.75 | - |
| YUV | 76.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 124 | 0.93 | 0.18 | 0 | 0.51 | 191.48 | 0.86 | 0.26 |
| Hex | 9 | 66 | 7C | 5D | 12 | 0 | 33 | BF | 56 | 1A |
| Octal | 11 | 146 | 174 | 135 | 22 | 0 | 63 | 277 | 126 | 32 |
| Binary | 1001 | 1100110 | 1111100 | 1011101 | 10010 | 0 | 110011 | 10111111 | 1010110 | 11010 |
Color Harmonies of #09667C
Complementary color
Monochromatic Colors of #09667C
Black with #09667C
Text Example
Text Example
White with #09667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09667C; }
p { color: rgb(9,102,124); }
H1.HeaderClassName
{
color: #09667C;
}
.AnyTagClassName
{
color: #09667C;
}
</style>
background-color css
<style>
a { background-color: #09667C; }
a { background-color: rgb(9,102,124); }
div.DivClassName
{
background-color: #09667C;
}
.BgClassName
{
background-color: #09667C;
}
</style>
border-color css
<style>
span { border-color: #09667C; }
span { border-color: rgb(9,102,124); }
td.TdClassName
{
border-color: #09667C;
}
.TagClassName
{
border-color: #09667C;
}
</style>