Shades of Blue Lagoon #016C6D
Tints of Blue Lagoon #016C6D
RGB
CMYK
RGB Variations
Color information
#016C6D (or 0x016C6D) is known color: Blue Lagoon. HEX triplet: 01, 6C and 6D. RGB value is (1,108,109). Sum of RGB (Red+Green+Blue) = 1+108+109=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 108 (42.58% from 255 or 49.54% from 218); Blue value is 109 (42.97% from 255 or 50% from 218); Max value from RGB is 109 - color contains mainly: blue. Hex color #016C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C6D is #FE9392. Grayscale: #4C4C4C. Windows color (decimal): -16683923 or 7171073. OLE color: 7171073.
HSL color Cylindrical-coordinate representation of color #016C6D: hue angle of 180.56º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C6D is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 108 | 109 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.57 |
| HSL | 180.56º | 0.98% | 0.22% | - |
| HSV(B) | 180.56º | 0.99% | 0.43% | - |
| XYZ | 8.14 | 11.84 | 16.32 | - |
| YUV | 76.12 | 146.55 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 109 | 0.99 | 0.01 | 0 | 0.57 | 180.56 | 0.98 | 0.22 |
| Hex | 1 | 6C | 6D | 63 | 1 | 0 | 39 | B5 | 62 | 16 |
| Octal | 1 | 154 | 155 | 143 | 1 | 0 | 71 | 265 | 142 | 26 |
| Binary | 1 | 1101100 | 1101101 | 1100011 | 1 | 0 | 111001 | 10110101 | 1100010 | 10110 |
Color Harmonies of #016C6D
Complementary color
Monochromatic Colors of #016C6D
Black with #016C6D
Text Example
Text Example
White with #016C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C6D; }
p { color: rgb(1,108,109); }
H1.HeaderClassName
{
color: #016C6D;
}
.AnyTagClassName
{
color: #016C6D;
}
</style>
background-color css
<style>
a { background-color: #016C6D; }
a { background-color: rgb(1,108,109); }
div.DivClassName
{
background-color: #016C6D;
}
.BgClassName
{
background-color: #016C6D;
}
</style>
border-color css
<style>
span { border-color: #016C6D; }
span { border-color: rgb(1,108,109); }
td.TdClassName
{
border-color: #016C6D;
}
.TagClassName
{
border-color: #016C6D;
}
</style>