Shades of Blue Lagoon #006271
Tints of Blue Lagoon #006271
RGB
CMYK
RGB Variations
Color information
#006271 (or 0x006271) is known color: Blue Lagoon. HEX triplet: 00, 62 and 71. RGB value is (0,98,113). Sum of RGB (Red+Green+Blue) = 0+98+113=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 98 (38.67% from 255 or 46.45% from 211); Blue value is 113 (44.53% from 255 or 53.55% from 211); Max value from RGB is 113 - color contains mainly: blue. Hex color #006271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006271 is #FF9D8E. Grayscale: #464646. Windows color (decimal): -16752015 or 7430656. OLE color: 7430656.
HSL color Cylindrical-coordinate representation of color #006271: hue angle of 187.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006271 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 0 | 98 | 113 | - |
| CMYK | 1 | 0.13 | 0 | 0.56 |
| HSL | 187.96º | 1% | 0.22% | - |
| HSV(B) | 187.96º | 1% | 0.44% | - |
| XYZ | 7.35 | 9.93 | 17.15 | - |
| YUV | 70.41 | 152.03 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 113 | 1 | 0.13 | 0 | 0.56 | 187.96 | 1 | 0.22 |
| Hex | 0 | 62 | 71 | 64 | D | 0 | 38 | BC | 64 | 16 |
| Octal | 0 | 142 | 161 | 144 | 15 | 0 | 70 | 274 | 144 | 26 |
| Binary | 0 | 1100010 | 1110001 | 1100100 | 1101 | 0 | 111000 | 10111100 | 1100100 | 10110 |
Color Harmonies of #006271
Complementary color
Monochromatic Colors of #006271
Black with #006271
Text Example
Text Example
White with #006271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006271; }
p { color: rgb(0,98,113); }
H1.HeaderClassName
{
color: #006271;
}
.AnyTagClassName
{
color: #006271;
}
</style>
background-color css
<style>
a { background-color: #006271; }
a { background-color: rgb(0,98,113); }
div.DivClassName
{
background-color: #006271;
}
.BgClassName
{
background-color: #006271;
}
</style>
border-color css
<style>
span { border-color: #006271; }
span { border-color: rgb(0,98,113); }
td.TdClassName
{
border-color: #006271;
}
.TagClassName
{
border-color: #006271;
}
</style>