Shades of Blue Lagoon #09636D
Tints of Blue Lagoon #09636D
RGB
CMYK
RGB Variations
Color information
#09636D (or 0x09636D) is known color: Blue Lagoon. HEX triplet: 09, 63 and 6D. RGB value is (9,99,109). Sum of RGB (Red+Green+Blue) = 9+99+109=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 99 (39.06% from 255 or 45.62% from 217); Blue value is 109 (42.97% from 255 or 50.23% from 217); Max value from RGB is 109 - color contains mainly: blue. Hex color #09636D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09636D is #F69C92. Grayscale: #494949. Windows color (decimal): -16161939 or 7168777. OLE color: 7168777.
HSL color Cylindrical-coordinate representation of color #09636D: hue angle of 186º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09636D is Cyan = 0.92, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 99 | 109 | - |
| CMYK | 0.92 | 0.09 | 0 | 0.57 |
| HSL | 186º | 0.85% | 0.23% | - |
| HSV(B) | 186º | 0.92% | 0.43% | - |
| XYZ | 7.33 | 10.09 | 16.03 | - |
| YUV | 73.23 | 148.18 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 109 | 0.92 | 0.09 | 0 | 0.57 | 186 | 0.85 | 0.23 |
| Hex | 9 | 63 | 6D | 5C | 9 | 0 | 39 | BA | 55 | 17 |
| Octal | 11 | 143 | 155 | 134 | 11 | 0 | 71 | 272 | 125 | 27 |
| Binary | 1001 | 1100011 | 1101101 | 1011100 | 1001 | 0 | 111001 | 10111010 | 1010101 | 10111 |
Color Harmonies of #09636D
Complementary color
Monochromatic Colors of #09636D
Black with #09636D
Text Example
Text Example
White with #09636D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09636D; }
p { color: rgb(9,99,109); }
H1.HeaderClassName
{
color: #09636D;
}
.AnyTagClassName
{
color: #09636D;
}
</style>
background-color css
<style>
a { background-color: #09636D; }
a { background-color: rgb(9,99,109); }
div.DivClassName
{
background-color: #09636D;
}
.BgClassName
{
background-color: #09636D;
}
</style>
border-color css
<style>
span { border-color: #09636D; }
span { border-color: rgb(9,99,109); }
td.TdClassName
{
border-color: #09636D;
}
.TagClassName
{
border-color: #09636D;
}
</style>