Shades of Blue Lagoon #066777
Tints of Blue Lagoon #066777
RGB
CMYK
RGB Variations
Color information
#066777 (or 0x066777) is known color: Blue Lagoon. HEX triplet: 06, 67 and 77. RGB value is (6,103,119). Sum of RGB (Red+Green+Blue) = 6+103+119=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 103 (40.62% from 255 or 45.18% from 228); Blue value is 119 (46.88% from 255 or 52.19% from 228); Max value from RGB is 119 - color contains mainly: blue. Hex color #066777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066777 is #F99888. Grayscale: #4B4B4B. Windows color (decimal): -16357513 or 7825158. OLE color: 7825158.
HSL color Cylindrical-coordinate representation of color #066777: hue angle of 188.5º 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 #066777 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 103 | 119 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.53 |
| HSL | 188.5º | 0.9% | 0.25% | - |
| HSV(B) | 188.5º | 0.95% | 0.47% | - |
| XYZ | 8.26 | 11.07 | 19.15 | - |
| YUV | 75.82 | 152.36 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 119 | 0.95 | 0.13 | 0 | 0.53 | 188.5 | 0.9 | 0.25 |
| Hex | 6 | 67 | 77 | 5F | D | 0 | 35 | BC | 5A | 19 |
| Octal | 6 | 147 | 167 | 137 | 15 | 0 | 65 | 274 | 132 | 31 |
| Binary | 110 | 1100111 | 1110111 | 1011111 | 1101 | 0 | 110101 | 10111100 | 1011010 | 11001 |
Color Harmonies of #066777
Complementary color
Monochromatic Colors of #066777
Black with #066777
Text Example
Text Example
White with #066777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066777; }
p { color: rgb(6,103,119); }
H1.HeaderClassName
{
color: #066777;
}
.AnyTagClassName
{
color: #066777;
}
</style>
background-color css
<style>
a { background-color: #066777; }
a { background-color: rgb(6,103,119); }
div.DivClassName
{
background-color: #066777;
}
.BgClassName
{
background-color: #066777;
}
</style>
border-color css
<style>
span { border-color: #066777; }
span { border-color: rgb(6,103,119); }
td.TdClassName
{
border-color: #066777;
}
.TagClassName
{
border-color: #066777;
}
</style>