Shades of Blue Lagoon #006679
Tints of Blue Lagoon #006679
RGB
CMYK
RGB Variations
Color information
#006679 (or 0x006679) is known color: Blue Lagoon. HEX triplet: 00, 66 and 79. RGB value is (0,102,121). Sum of RGB (Red+Green+Blue) = 0+102+121=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 121 (47.66% from 255 or 54.26% from 223); Max value from RGB is 121 - color contains mainly: blue. Hex color #006679 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006679 is #FF9986. Grayscale: #494949. Windows color (decimal): -16750983 or 7955968. OLE color: 7955968.
HSL color Cylindrical-coordinate representation of color #006679: hue angle of 189.42º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006679 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 102 | 121 | - |
| CMYK | 1 | 0.16 | 0 | 0.53 |
| HSL | 189.42º | 1% | 0.24% | - |
| HSV(B) | 189.42º | 1% | 0.47% | - |
| XYZ | 8.2 | 10.88 | 19.76 | - |
| YUV | 73.67 | 154.71 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 121 | 1 | 0.16 | 0 | 0.53 | 189.42 | 1 | 0.24 |
| Hex | 0 | 66 | 79 | 64 | 10 | 0 | 35 | BD | 64 | 18 |
| Octal | 0 | 146 | 171 | 144 | 20 | 0 | 65 | 275 | 144 | 30 |
| Binary | 0 | 1100110 | 1111001 | 1100100 | 10000 | 0 | 110101 | 10111101 | 1100100 | 11000 |
Color Harmonies of #006679
Complementary color
Monochromatic Colors of #006679
Black with #006679
Text Example
Text Example
White with #006679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006679; }
p { color: rgb(0,102,121); }
H1.HeaderClassName
{
color: #006679;
}
.AnyTagClassName
{
color: #006679;
}
</style>
background-color css
<style>
a { background-color: #006679; }
a { background-color: rgb(0,102,121); }
div.DivClassName
{
background-color: #006679;
}
.BgClassName
{
background-color: #006679;
}
</style>
border-color css
<style>
span { border-color: #006679; }
span { border-color: rgb(0,102,121); }
td.TdClassName
{
border-color: #006679;
}
.TagClassName
{
border-color: #006679;
}
</style>