Shades of Blue Lagoon #066976
Tints of Blue Lagoon #066976
RGB
CMYK
RGB Variations
Color information
#066976 (or 0x066976) is known color: Blue Lagoon. HEX triplet: 06, 69 and 76. RGB value is (6,105,118). Sum of RGB (Red+Green+Blue) = 6+105+118=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #066976 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066976 is #F99689. Grayscale: #4C4C4C. Windows color (decimal): -16357002 or 7760134. OLE color: 7760134.
HSL color Cylindrical-coordinate representation of color #066976: hue angle of 186.96º 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 #066976 is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 105 | 118 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.54 |
| HSL | 186.96º | 0.9% | 0.24% | - |
| HSV(B) | 186.96º | 0.95% | 0.46% | - |
| XYZ | 8.4 | 11.45 | 18.91 | - |
| YUV | 76.88 | 151.2 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 118 | 0.95 | 0.11 | 0 | 0.54 | 186.96 | 0.9 | 0.24 |
| Hex | 6 | 69 | 76 | 5F | B | 0 | 36 | BB | 5A | 18 |
| Octal | 6 | 151 | 166 | 137 | 13 | 0 | 66 | 273 | 132 | 30 |
| Binary | 110 | 1101001 | 1110110 | 1011111 | 1011 | 0 | 110110 | 10111011 | 1011010 | 11000 |
Color Harmonies of #066976
Complementary color
Monochromatic Colors of #066976
Black with #066976
Text Example
Text Example
White with #066976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066976; }
p { color: rgb(6,105,118); }
H1.HeaderClassName
{
color: #066976;
}
.AnyTagClassName
{
color: #066976;
}
</style>
background-color css
<style>
a { background-color: #066976; }
a { background-color: rgb(6,105,118); }
div.DivClassName
{
background-color: #066976;
}
.BgClassName
{
background-color: #066976;
}
</style>
border-color css
<style>
span { border-color: #066976; }
span { border-color: rgb(6,105,118); }
td.TdClassName
{
border-color: #066976;
}
.TagClassName
{
border-color: #066976;
}
</style>