Shades of Blue Lagoon #09646F
Tints of Blue Lagoon #09646F
RGB
CMYK
RGB Variations
Color information
#09646F (or 0x09646F) is known color: Blue Lagoon. HEX triplet: 09, 64 and 6F. RGB value is (9,100,111). Sum of RGB (Red+Green+Blue) = 9+100+111=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #09646F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09646F is #F69B90. Grayscale: #494949. Windows color (decimal): -16161681 or 7300105. OLE color: 7300105.
HSL color Cylindrical-coordinate representation of color #09646F: hue angle of 186.47º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09646F is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 100 | 111 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.56 |
| HSL | 186.47º | 0.85% | 0.24% | - |
| HSV(B) | 186.47º | 0.92% | 0.44% | - |
| XYZ | 7.54 | 10.32 | 16.63 | - |
| YUV | 74.05 | 148.85 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 111 | 0.92 | 0.10 | 0 | 0.56 | 186.47 | 0.85 | 0.24 |
| Hex | 9 | 64 | 6F | 5C | A | 0 | 38 | BA | 55 | 18 |
| Octal | 11 | 144 | 157 | 134 | 12 | 0 | 70 | 272 | 125 | 30 |
| Binary | 1001 | 1100100 | 1101111 | 1011100 | 1010 | 0 | 111000 | 10111010 | 1010101 | 11000 |
Color Harmonies of #09646F
Complementary color
Monochromatic Colors of #09646F
Black with #09646F
Text Example
Text Example
White with #09646F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09646F; }
p { color: rgb(9,100,111); }
H1.HeaderClassName
{
color: #09646F;
}
.AnyTagClassName
{
color: #09646F;
}
</style>
background-color css
<style>
a { background-color: #09646F; }
a { background-color: rgb(9,100,111); }
div.DivClassName
{
background-color: #09646F;
}
.BgClassName
{
background-color: #09646F;
}
</style>
border-color css
<style>
span { border-color: #09646F; }
span { border-color: rgb(9,100,111); }
td.TdClassName
{
border-color: #09646F;
}
.TagClassName
{
border-color: #09646F;
}
</style>