Shades of Blue Lagoon #10606D
Tints of Blue Lagoon #10606D
RGB
CMYK
RGB Variations
Color information
#10606D (or 0x10606D) is known color: Blue Lagoon. HEX triplet: 10, 60 and 6D. RGB value is (16,96,109). Sum of RGB (Red+Green+Blue) = 16+96+109=221 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.24% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #10606D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10606D is #EF9F92. Grayscale: #494949. Windows color (decimal): -15703955 or 7168016. OLE color: 7168016.
HSL color Cylindrical-coordinate representation of color #10606D: hue angle of 188.39º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10606D is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 96 | 109 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.57 |
| HSL | 188.39º | 0.74% | 0.25% | - |
| HSV(B) | 188.39º | 0.85% | 0.43% | - |
| XYZ | 7.16 | 9.58 | 15.94 | - |
| YUV | 73.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 96 | 109 | 0.85 | 0.12 | 0 | 0.57 | 188.39 | 0.74 | 0.25 |
| Hex | 10 | 60 | 6D | 55 | C | 0 | 39 | BC | 4A | 19 |
| Octal | 20 | 140 | 155 | 125 | 14 | 0 | 71 | 274 | 112 | 31 |
| Binary | 10000 | 1100000 | 1101101 | 1010101 | 1100 | 0 | 111001 | 10111100 | 1001010 | 11001 |
Color Harmonies of #10606D
Complementary color
Monochromatic Colors of #10606D
Black with #10606D
Text Example
Text Example
White with #10606D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10606D; }
p { color: rgb(16,96,109); }
H1.HeaderClassName
{
color: #10606D;
}
.AnyTagClassName
{
color: #10606D;
}
</style>
background-color css
<style>
a { background-color: #10606D; }
a { background-color: rgb(16,96,109); }
div.DivClassName
{
background-color: #10606D;
}
.BgClassName
{
background-color: #10606D;
}
</style>
border-color css
<style>
span { border-color: #10606D; }
span { border-color: rgb(16,96,109); }
td.TdClassName
{
border-color: #10606D;
}
.TagClassName
{
border-color: #10606D;
}
</style>