Shades of Blue Lagoon #106673
Tints of Blue Lagoon #106673
RGB
CMYK
RGB Variations
Color information
#106673 (or 0x106673) is known color: Blue Lagoon. HEX triplet: 10, 66 and 73. RGB value is (16,102,115). Sum of RGB (Red+Green+Blue) = 16+102+115=233 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.87% from 233); Green value is 102 (40.23% from 255 or 43.78% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #106673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106673 is #EF998C. Grayscale: #4D4D4D. Windows color (decimal): -15702413 or 7562768. OLE color: 7562768.
HSL color Cylindrical-coordinate representation of color #106673: hue angle of 187.88º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #106673 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 102 | 115 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.55 |
| HSL | 187.88º | 0.76% | 0.26% | - |
| HSV(B) | 187.88º | 0.86% | 0.45% | - |
| XYZ | 8.06 | 10.85 | 17.89 | - |
| YUV | 77.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 102 | 115 | 0.86 | 0.11 | 0 | 0.55 | 187.88 | 0.76 | 0.26 |
| Hex | 10 | 66 | 73 | 56 | B | 0 | 37 | BC | 4C | 1A |
| Octal | 20 | 146 | 163 | 126 | 13 | 0 | 67 | 274 | 114 | 32 |
| Binary | 10000 | 1100110 | 1110011 | 1010110 | 1011 | 0 | 110111 | 10111100 | 1001100 | 11010 |
Color Harmonies of #106673
Complementary color
Monochromatic Colors of #106673
Black with #106673
Text Example
Text Example
White with #106673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106673; }
p { color: rgb(16,102,115); }
H1.HeaderClassName
{
color: #106673;
}
.AnyTagClassName
{
color: #106673;
}
</style>
background-color css
<style>
a { background-color: #106673; }
a { background-color: rgb(16,102,115); }
div.DivClassName
{
background-color: #106673;
}
.BgClassName
{
background-color: #106673;
}
</style>
border-color css
<style>
span { border-color: #106673; }
span { border-color: rgb(16,102,115); }
td.TdClassName
{
border-color: #106673;
}
.TagClassName
{
border-color: #106673;
}
</style>