Shades of Blue Lagoon #006777
Tints of Blue Lagoon #006777
RGB
CMYK
RGB Variations
Color information
#006777 (or 0x006777) is known color: Blue Lagoon. HEX triplet: 00, 67 and 77. RGB value is (0,103,119). Sum of RGB (Red+Green+Blue) = 0+103+119=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 103 (40.62% from 255 or 46.40% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #006777 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006777 is #FF9888. Grayscale: #494949. Windows color (decimal): -16750729 or 7825152. OLE color: 7825152.
HSL color Cylindrical-coordinate representation of color #006777: hue angle of 188.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006777 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 103 | 119 | - |
| CMYK | 1 | 0.13 | 0 | 0.53 |
| HSL | 188.07º | 1% | 0.23% | - |
| HSV(B) | 188.07º | 1% | 0.47% | - |
| XYZ | 8.18 | 11.03 | 19.15 | - |
| YUV | 74.03 | 153.38 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 119 | 1 | 0.13 | 0 | 0.53 | 188.07 | 1 | 0.23 |
| Hex | 0 | 67 | 77 | 64 | D | 0 | 35 | BC | 64 | 17 |
| Octal | 0 | 147 | 167 | 144 | 15 | 0 | 65 | 274 | 144 | 27 |
| Binary | 0 | 1100111 | 1110111 | 1100100 | 1101 | 0 | 110101 | 10111100 | 1100100 | 10111 |
Color Harmonies of #006777
Complementary color
Monochromatic Colors of #006777
Black with #006777
Text Example
Text Example
White with #006777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006777; }
p { color: rgb(0,103,119); }
H1.HeaderClassName
{
color: #006777;
}
.AnyTagClassName
{
color: #006777;
}
</style>
background-color css
<style>
a { background-color: #006777; }
a { background-color: rgb(0,103,119); }
div.DivClassName
{
background-color: #006777;
}
.BgClassName
{
background-color: #006777;
}
</style>
border-color css
<style>
span { border-color: #006777; }
span { border-color: rgb(0,103,119); }
td.TdClassName
{
border-color: #006777;
}
.TagClassName
{
border-color: #006777;
}
</style>