Shades of Blue Lagoon #06676D
Tints of Blue Lagoon #06676D
RGB
CMYK
RGB Variations
Color information
#06676D (or 0x06676D) is known color: Blue Lagoon. HEX triplet: 06, 67 and 6D. RGB value is (6,103,109). Sum of RGB (Red+Green+Blue) = 6+103+109=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 103 (40.62% from 255 or 47.25% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #06676D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06676D is #F99892. Grayscale: #4A4A4A. Windows color (decimal): -16357523 or 7169798. OLE color: 7169798.
HSL color Cylindrical-coordinate representation of color #06676D: hue angle of 183.5º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06676D is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 103 | 109 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.57 |
| HSL | 183.5º | 0.9% | 0.23% | - |
| HSV(B) | 183.5º | 0.94% | 0.43% | - |
| XYZ | 7.69 | 10.84 | 16.16 | - |
| YUV | 74.68 | 147.36 | 79.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 109 | 0.94 | 0.06 | 0 | 0.57 | 183.5 | 0.9 | 0.23 |
| Hex | 6 | 67 | 6D | 5E | 6 | 0 | 39 | B7 | 5A | 17 |
| Octal | 6 | 147 | 155 | 136 | 6 | 0 | 71 | 267 | 132 | 27 |
| Binary | 110 | 1100111 | 1101101 | 1011110 | 110 | 0 | 111001 | 10110111 | 1011010 | 10111 |
Color Harmonies of #06676D
Complementary color
Monochromatic Colors of #06676D
Black with #06676D
Text Example
Text Example
White with #06676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06676D; }
p { color: rgb(6,103,109); }
H1.HeaderClassName
{
color: #06676D;
}
.AnyTagClassName
{
color: #06676D;
}
</style>
background-color css
<style>
a { background-color: #06676D; }
a { background-color: rgb(6,103,109); }
div.DivClassName
{
background-color: #06676D;
}
.BgClassName
{
background-color: #06676D;
}
</style>
border-color css
<style>
span { border-color: #06676D; }
span { border-color: rgb(6,103,109); }
td.TdClassName
{
border-color: #06676D;
}
.TagClassName
{
border-color: #06676D;
}
</style>