Shades of Blue Lagoon #066379
Tints of Blue Lagoon #066379
RGB
CMYK
RGB Variations
Color information
#066379 (or 0x066379) is known color: Blue Lagoon. HEX triplet: 06, 63 and 79. RGB value is (6,99,121). Sum of RGB (Red+Green+Blue) = 6+99+121=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #066379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066379 is #F99C86. Grayscale: #494949. Windows color (decimal): -16358535 or 7955206. OLE color: 7955206.
HSL color Cylindrical-coordinate representation of color #066379: hue angle of 191.48º 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 #066379 is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 99 | 121 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.53 |
| HSL | 191.48º | 0.91% | 0.25% | - |
| HSV(B) | 191.48º | 0.95% | 0.47% | - |
| XYZ | 7.99 | 10.34 | 19.66 | - |
| YUV | 73.7 | 154.69 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 121 | 0.95 | 0.18 | 0 | 0.53 | 191.48 | 0.91 | 0.25 |
| Hex | 6 | 63 | 79 | 5F | 12 | 0 | 35 | BF | 5B | 19 |
| Octal | 6 | 143 | 171 | 137 | 22 | 0 | 65 | 277 | 133 | 31 |
| Binary | 110 | 1100011 | 1111001 | 1011111 | 10010 | 0 | 110101 | 10111111 | 1011011 | 11001 |
Color Harmonies of #066379
Complementary color
Monochromatic Colors of #066379
Black with #066379
Text Example
Text Example
White with #066379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066379; }
p { color: rgb(6,99,121); }
H1.HeaderClassName
{
color: #066379;
}
.AnyTagClassName
{
color: #066379;
}
</style>
background-color css
<style>
a { background-color: #066379; }
a { background-color: rgb(6,99,121); }
div.DivClassName
{
background-color: #066379;
}
.BgClassName
{
background-color: #066379;
}
</style>
border-color css
<style>
span { border-color: #066379; }
span { border-color: rgb(6,99,121); }
td.TdClassName
{
border-color: #066379;
}
.TagClassName
{
border-color: #066379;
}
</style>