Shades of Blue Lagoon #09656B
Tints of Blue Lagoon #09656B
RGB
CMYK
RGB Variations
Color information
#09656B (or 0x09656B) is known color: Blue Lagoon. HEX triplet: 09, 65 and 6B. RGB value is (9,101,107). Sum of RGB (Red+Green+Blue) = 9+101+107=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #09656B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09656B is #F69A94. Grayscale: #4A4A4A. Windows color (decimal): -16161429 or 7038217. OLE color: 7038217.
HSL color Cylindrical-coordinate representation of color #09656B: hue angle of 183.67º 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 #09656B is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 101 | 107 | - |
| CMYK | 0.92 | 0.06 | 0 | 0.58 |
| HSL | 183.67º | 0.84% | 0.23% | - |
| HSV(B) | 183.67º | 0.92% | 0.42% | - |
| XYZ | 7.42 | 10.43 | 15.53 | - |
| YUV | 74.18 | 146.52 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 107 | 0.92 | 0.06 | 0 | 0.58 | 183.67 | 0.84 | 0.23 |
| Hex | 9 | 65 | 6B | 5C | 6 | 0 | 3A | B8 | 54 | 17 |
| Octal | 11 | 145 | 153 | 134 | 6 | 0 | 72 | 270 | 124 | 27 |
| Binary | 1001 | 1100101 | 1101011 | 1011100 | 110 | 0 | 111010 | 10111000 | 1010100 | 10111 |
Color Harmonies of #09656B
Complementary color
Monochromatic Colors of #09656B
Black with #09656B
Text Example
Text Example
White with #09656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09656B; }
p { color: rgb(9,101,107); }
H1.HeaderClassName
{
color: #09656B;
}
.AnyTagClassName
{
color: #09656B;
}
</style>
background-color css
<style>
a { background-color: #09656B; }
a { background-color: rgb(9,101,107); }
div.DivClassName
{
background-color: #09656B;
}
.BgClassName
{
background-color: #09656B;
}
</style>
border-color css
<style>
span { border-color: #09656B; }
span { border-color: rgb(9,101,107); }
td.TdClassName
{
border-color: #09656B;
}
.TagClassName
{
border-color: #09656B;
}
</style>