Shades of Blue Lagoon #006277
Tints of Blue Lagoon #006277
RGB
CMYK
RGB Variations
Color information
#006277 (or 0x006277) is known color: Blue Lagoon. HEX triplet: 00, 62 and 77. RGB value is (0,98,119). Sum of RGB (Red+Green+Blue) = 0+98+119=217 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #006277 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006277 is #FF9D88. Grayscale: #464646. Windows color (decimal): -16752009 or 7823872. OLE color: 7823872.
HSL color Cylindrical-coordinate representation of color #006277: hue angle of 190.59º 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 #006277 is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 98 | 119 | - |
| CMYK | 1 | 0.18 | 0 | 0.53 |
| HSL | 190.59º | 1% | 0.23% | - |
| HSV(B) | 190.59º | 1% | 0.47% | - |
| XYZ | 7.7 | 10.07 | 18.99 | - |
| YUV | 71.09 | 155.03 | 77.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 119 | 1 | 0.18 | 0 | 0.53 | 190.59 | 1 | 0.23 |
| Hex | 0 | 62 | 77 | 64 | 12 | 0 | 35 | BF | 64 | 17 |
| Octal | 0 | 142 | 167 | 144 | 22 | 0 | 65 | 277 | 144 | 27 |
| Binary | 0 | 1100010 | 1110111 | 1100100 | 10010 | 0 | 110101 | 10111111 | 1100100 | 10111 |
Color Harmonies of #006277
Complementary color
Monochromatic Colors of #006277
Black with #006277
Text Example
Text Example
White with #006277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006277; }
p { color: rgb(0,98,119); }
H1.HeaderClassName
{
color: #006277;
}
.AnyTagClassName
{
color: #006277;
}
</style>
background-color css
<style>
a { background-color: #006277; }
a { background-color: rgb(0,98,119); }
div.DivClassName
{
background-color: #006277;
}
.BgClassName
{
background-color: #006277;
}
</style>
border-color css
<style>
span { border-color: #006277; }
span { border-color: rgb(0,98,119); }
td.TdClassName
{
border-color: #006277;
}
.TagClassName
{
border-color: #006277;
}
</style>