Shades of Blue Lagoon #006177
Tints of Blue Lagoon #006177
RGB
CMYK
RGB Variations
Color information
#006177 (or 0x006177) is known color: Blue Lagoon. HEX triplet: 00, 61 and 77. RGB value is (0,97,119). Sum of RGB (Red+Green+Blue) = 0+97+119=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 119 (46.88% from 255 or 55.09% from 216); Max value from RGB is 119 - color contains mainly: blue. Hex color #006177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006177 is #FF9E88. Grayscale: #464646. Windows color (decimal): -16752265 or 7823616. OLE color: 7823616.
HSL color Cylindrical-coordinate representation of color #006177: hue angle of 191.09º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006177 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 97 | 119 | - |
| CMYK | 1 | 0.18 | 0 | 0.53 |
| HSL | 191.09º | 1% | 0.23% | - |
| HSV(B) | 191.09º | 1% | 0.47% | - |
| XYZ | 7.6 | 9.88 | 18.96 | - |
| YUV | 70.51 | 155.36 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 119 | 1 | 0.18 | 0 | 0.53 | 191.09 | 1 | 0.23 |
| Hex | 0 | 61 | 77 | 64 | 12 | 0 | 35 | BF | 64 | 17 |
| Octal | 0 | 141 | 167 | 144 | 22 | 0 | 65 | 277 | 144 | 27 |
| Binary | 0 | 1100001 | 1110111 | 1100100 | 10010 | 0 | 110101 | 10111111 | 1100100 | 10111 |
Color Harmonies of #006177
Complementary color
Monochromatic Colors of #006177
Black with #006177
Text Example
Text Example
White with #006177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006177; }
p { color: rgb(0,97,119); }
H1.HeaderClassName
{
color: #006177;
}
.AnyTagClassName
{
color: #006177;
}
</style>
background-color css
<style>
a { background-color: #006177; }
a { background-color: rgb(0,97,119); }
div.DivClassName
{
background-color: #006177;
}
.BgClassName
{
background-color: #006177;
}
</style>
border-color css
<style>
span { border-color: #006177; }
span { border-color: rgb(0,97,119); }
td.TdClassName
{
border-color: #006177;
}
.TagClassName
{
border-color: #006177;
}
</style>