Shades of Blue Lagoon #066179
Tints of Blue Lagoon #066179
RGB
CMYK
RGB Variations
Color information
#066179 (or 0x066179) is known color: Blue Lagoon. HEX triplet: 06, 61 and 79. RGB value is (6,97,121). Sum of RGB (Red+Green+Blue) = 6+97+121=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 121 (47.66% from 255 or 54.02% from 224); Max value from RGB is 121 - color contains mainly: blue. Hex color #066179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066179 is #F99E86. Grayscale: #484848. Windows color (decimal): -16359047 or 7954694. OLE color: 7954694.
HSL color Cylindrical-coordinate representation of color #066179: hue angle of 192.52º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066179 is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 97 | 121 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.53 |
| HSL | 192.52º | 0.91% | 0.25% | - |
| HSV(B) | 192.52º | 0.95% | 0.47% | - |
| XYZ | 7.8 | 9.97 | 19.6 | - |
| YUV | 72.53 | 155.35 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 121 | 0.95 | 0.20 | 0 | 0.53 | 192.52 | 0.91 | 0.25 |
| Hex | 6 | 61 | 79 | 5F | 14 | 0 | 35 | C1 | 5B | 19 |
| Octal | 6 | 141 | 171 | 137 | 24 | 0 | 65 | 301 | 133 | 31 |
| Binary | 110 | 1100001 | 1111001 | 1011111 | 10100 | 0 | 110101 | 11000001 | 1011011 | 11001 |
Color Harmonies of #066179
Complementary color
Monochromatic Colors of #066179
Black with #066179
Text Example
Text Example
White with #066179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066179; }
p { color: rgb(6,97,121); }
H1.HeaderClassName
{
color: #066179;
}
.AnyTagClassName
{
color: #066179;
}
</style>
background-color css
<style>
a { background-color: #066179; }
a { background-color: rgb(6,97,121); }
div.DivClassName
{
background-color: #066179;
}
.BgClassName
{
background-color: #066179;
}
</style>
border-color css
<style>
span { border-color: #066179; }
span { border-color: rgb(6,97,121); }
td.TdClassName
{
border-color: #066179;
}
.TagClassName
{
border-color: #066179;
}
</style>