Shades of Blue Lagoon #006671
Tints of Blue Lagoon #006671
RGB
CMYK
RGB Variations
Color information
#006671 (or 0x006671) is known color: Blue Lagoon. HEX triplet: 00, 66 and 71. RGB value is (0,102,113). Sum of RGB (Red+Green+Blue) = 0+102+113=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 102 (40.23% from 255 or 47.44% from 215); Blue value is 113 (44.53% from 255 or 52.56% from 215); Max value from RGB is 113 - color contains mainly: blue. Hex color #006671 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006671 is #FF998E. Grayscale: #484848. Windows color (decimal): -16750991 or 7431680. OLE color: 7431680.
HSL color Cylindrical-coordinate representation of color #006671: hue angle of 185.84º 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 #006671 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 102 | 113 | - |
| CMYK | 1 | 0.10 | 0 | 0.56 |
| HSL | 185.84º | 1% | 0.22% | - |
| HSV(B) | 185.84º | 1% | 0.44% | - |
| XYZ | 7.73 | 10.7 | 17.28 | - |
| YUV | 72.76 | 150.71 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 113 | 1 | 0.10 | 0 | 0.56 | 185.84 | 1 | 0.22 |
| Hex | 0 | 66 | 71 | 64 | A | 0 | 38 | BA | 64 | 16 |
| Octal | 0 | 146 | 161 | 144 | 12 | 0 | 70 | 272 | 144 | 26 |
| Binary | 0 | 1100110 | 1110001 | 1100100 | 1010 | 0 | 111000 | 10111010 | 1100100 | 10110 |
Color Harmonies of #006671
Complementary color
Monochromatic Colors of #006671
Black with #006671
Text Example
Text Example
White with #006671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006671; }
p { color: rgb(0,102,113); }
H1.HeaderClassName
{
color: #006671;
}
.AnyTagClassName
{
color: #006671;
}
</style>
background-color css
<style>
a { background-color: #006671; }
a { background-color: rgb(0,102,113); }
div.DivClassName
{
background-color: #006671;
}
.BgClassName
{
background-color: #006671;
}
</style>
border-color css
<style>
span { border-color: #006671; }
span { border-color: rgb(0,102,113); }
td.TdClassName
{
border-color: #006671;
}
.TagClassName
{
border-color: #006671;
}
</style>