Shades of Blue Lagoon #066076
Tints of Blue Lagoon #066076
RGB
CMYK
RGB Variations
Color information
#066076 (or 0x066076) is known color: Blue Lagoon. HEX triplet: 06, 60 and 76. RGB value is (6,96,118). Sum of RGB (Red+Green+Blue) = 6+96+118=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #066076 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066076 is #F99F89. Grayscale: #474747. Windows color (decimal): -16359306 or 7757830. OLE color: 7757830.
HSL color Cylindrical-coordinate representation of color #066076: hue angle of 191.79º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066076 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 96 | 118 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.54 |
| HSL | 191.79º | 0.9% | 0.24% | - |
| HSV(B) | 191.79º | 0.95% | 0.46% | - |
| XYZ | 7.53 | 9.71 | 18.62 | - |
| YUV | 71.6 | 154.18 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 118 | 0.95 | 0.19 | 0 | 0.54 | 191.79 | 0.9 | 0.24 |
| Hex | 6 | 60 | 76 | 5F | 13 | 0 | 36 | C0 | 5A | 18 |
| Octal | 6 | 140 | 166 | 137 | 23 | 0 | 66 | 300 | 132 | 30 |
| Binary | 110 | 1100000 | 1110110 | 1011111 | 10011 | 0 | 110110 | 11000000 | 1011010 | 11000 |
Color Harmonies of #066076
Complementary color
Monochromatic Colors of #066076
Black with #066076
Text Example
Text Example
White with #066076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066076; }
p { color: rgb(6,96,118); }
H1.HeaderClassName
{
color: #066076;
}
.AnyTagClassName
{
color: #066076;
}
</style>
background-color css
<style>
a { background-color: #066076; }
a { background-color: rgb(6,96,118); }
div.DivClassName
{
background-color: #066076;
}
.BgClassName
{
background-color: #066076;
}
</style>
border-color css
<style>
span { border-color: #066076; }
span { border-color: rgb(6,96,118); }
td.TdClassName
{
border-color: #066076;
}
.TagClassName
{
border-color: #066076;
}
</style>