Shades of Blue Lagoon #096675
Tints of Blue Lagoon #096675
RGB
CMYK
RGB Variations
Color information
#096675 (or 0x096675) is known color: Blue Lagoon. HEX triplet: 09, 66 and 75. RGB value is (9,102,117). Sum of RGB (Red+Green+Blue) = 9+102+117=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 102 (40.23% from 255 or 44.74% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #096675 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096675 is #F6998A. Grayscale: #4B4B4B. Windows color (decimal): -16161163 or 7693833. OLE color: 7693833.
HSL color Cylindrical-coordinate representation of color #096675: hue angle of 188.33º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096675 is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 9 | 102 | 117 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.54 |
| HSL | 188.33º | 0.86% | 0.25% | - |
| HSV(B) | 188.33º | 0.92% | 0.46% | - |
| XYZ | 8.07 | 10.85 | 18.5 | - |
| YUV | 75.9 | 151.19 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 117 | 0.92 | 0.13 | 0 | 0.54 | 188.33 | 0.86 | 0.25 |
| Hex | 9 | 66 | 75 | 5C | D | 0 | 36 | BC | 56 | 19 |
| Octal | 11 | 146 | 165 | 134 | 15 | 0 | 66 | 274 | 126 | 31 |
| Binary | 1001 | 1100110 | 1110101 | 1011100 | 1101 | 0 | 110110 | 10111100 | 1010110 | 11001 |
Color Harmonies of #096675
Complementary color
Monochromatic Colors of #096675
Black with #096675
Text Example
Text Example
White with #096675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096675; }
p { color: rgb(9,102,117); }
H1.HeaderClassName
{
color: #096675;
}
.AnyTagClassName
{
color: #096675;
}
</style>
background-color css
<style>
a { background-color: #096675; }
a { background-color: rgb(9,102,117); }
div.DivClassName
{
background-color: #096675;
}
.BgClassName
{
background-color: #096675;
}
</style>
border-color css
<style>
span { border-color: #096675; }
span { border-color: rgb(9,102,117); }
td.TdClassName
{
border-color: #096675;
}
.TagClassName
{
border-color: #096675;
}
</style>