Shades of Blue Lagoon #066577
Tints of Blue Lagoon #066577
RGB
CMYK
RGB Variations
Color information
#066577 (or 0x066577) is known color: Blue Lagoon. HEX triplet: 06, 65 and 77. RGB value is (6,101,119). Sum of RGB (Red+Green+Blue) = 6+101+119=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 101 (39.84% from 255 or 44.69% from 226); Blue value is 119 (46.88% from 255 or 52.65% from 226); Max value from RGB is 119 - color contains mainly: blue. Hex color #066577 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066577 is #F99A88. Grayscale: #4A4A4A. Windows color (decimal): -16358025 or 7824646. OLE color: 7824646.
HSL color Cylindrical-coordinate representation of color #066577: hue angle of 189.56º degrees, saturation: 0.9, 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 #066577 is Cyan = 0.95, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 101 | 119 | - |
| CMYK | 0.95 | 0.15 | 0 | 0.53 |
| HSL | 189.56º | 0.9% | 0.25% | - |
| HSV(B) | 189.56º | 0.95% | 0.47% | - |
| XYZ | 8.06 | 10.68 | 19.09 | - |
| YUV | 74.65 | 153.03 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 119 | 0.95 | 0.15 | 0 | 0.53 | 189.56 | 0.9 | 0.25 |
| Hex | 6 | 65 | 77 | 5F | F | 0 | 35 | BE | 5A | 19 |
| Octal | 6 | 145 | 167 | 137 | 17 | 0 | 65 | 276 | 132 | 31 |
| Binary | 110 | 1100101 | 1110111 | 1011111 | 1111 | 0 | 110101 | 10111110 | 1011010 | 11001 |
Color Harmonies of #066577
Complementary color
Monochromatic Colors of #066577
Black with #066577
Text Example
Text Example
White with #066577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066577; }
p { color: rgb(6,101,119); }
H1.HeaderClassName
{
color: #066577;
}
.AnyTagClassName
{
color: #066577;
}
</style>
background-color css
<style>
a { background-color: #066577; }
a { background-color: rgb(6,101,119); }
div.DivClassName
{
background-color: #066577;
}
.BgClassName
{
background-color: #066577;
}
</style>
border-color css
<style>
span { border-color: #066577; }
span { border-color: rgb(6,101,119); }
td.TdClassName
{
border-color: #066577;
}
.TagClassName
{
border-color: #066577;
}
</style>