Shades of Blue Lagoon #006771
Tints of Blue Lagoon #006771
RGB
CMYK
RGB Variations
Color information
#006771 (or 0x006771) is known color: Blue Lagoon. HEX triplet: 00, 67 and 71. RGB value is (0,103,113). Sum of RGB (Red+Green+Blue) = 0+103+113=216 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #006771 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006771 is #FF988E. Grayscale: #494949. Windows color (decimal): -16750735 or 7431936. OLE color: 7431936.
HSL color Cylindrical-coordinate representation of color #006771: hue angle of 185.31º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006771 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 103 | 113 | - |
| CMYK | 1 | 0.09 | 0 | 0.56 |
| HSL | 185.31º | 1% | 0.22% | - |
| HSV(B) | 185.31º | 1% | 0.44% | - |
| XYZ | 7.83 | 10.89 | 17.31 | - |
| YUV | 73.34 | 150.38 | 75.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 113 | 1 | 0.09 | 0 | 0.56 | 185.31 | 1 | 0.22 |
| Hex | 0 | 67 | 71 | 64 | 9 | 0 | 38 | B9 | 64 | 16 |
| Octal | 0 | 147 | 161 | 144 | 11 | 0 | 70 | 271 | 144 | 26 |
| Binary | 0 | 1100111 | 1110001 | 1100100 | 1001 | 0 | 111000 | 10111001 | 1100100 | 10110 |
Color Harmonies of #006771
Complementary color
Monochromatic Colors of #006771
Black with #006771
Text Example
Text Example
White with #006771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006771; }
p { color: rgb(0,103,113); }
H1.HeaderClassName
{
color: #006771;
}
.AnyTagClassName
{
color: #006771;
}
</style>
background-color css
<style>
a { background-color: #006771; }
a { background-color: rgb(0,103,113); }
div.DivClassName
{
background-color: #006771;
}
.BgClassName
{
background-color: #006771;
}
</style>
border-color css
<style>
span { border-color: #006771; }
span { border-color: rgb(0,103,113); }
td.TdClassName
{
border-color: #006771;
}
.TagClassName
{
border-color: #006771;
}
</style>