Shades of Blue Lagoon #10646D
Tints of Blue Lagoon #10646D
RGB
CMYK
RGB Variations
Color information
#10646D (or 0x10646D) is known color: Blue Lagoon. HEX triplet: 10, 64 and 6D. RGB value is (16,100,109). Sum of RGB (Red+Green+Blue) = 16+100+109=225 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.11% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 109 (42.97% from 255 or 48.44% from 225); Max value from RGB is 109 - color contains mainly: blue. Hex color #10646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10646D is #EF9B92. Grayscale: #4B4B4B. Windows color (decimal): -15702931 or 7169040. OLE color: 7169040.
HSL color Cylindrical-coordinate representation of color #10646D: hue angle of 185.81º 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 #10646D is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 100 | 109 | - |
| CMYK | 0.85 | 0.08 | 0 | 0.57 |
| HSL | 185.81º | 0.74% | 0.25% | - |
| HSV(B) | 185.81º | 0.85% | 0.43% | - |
| XYZ | 7.53 | 10.33 | 16.06 | - |
| YUV | 75.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 109 | 0.85 | 0.08 | 0 | 0.57 | 185.81 | 0.74 | 0.25 |
| Hex | 10 | 64 | 6D | 55 | 8 | 0 | 39 | BA | 4A | 19 |
| Octal | 20 | 144 | 155 | 125 | 10 | 0 | 71 | 272 | 112 | 31 |
| Binary | 10000 | 1100100 | 1101101 | 1010101 | 1000 | 0 | 111001 | 10111010 | 1001010 | 11001 |
Color Harmonies of #10646D
Complementary color
Monochromatic Colors of #10646D
Black with #10646D
Text Example
Text Example
White with #10646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10646D; }
p { color: rgb(16,100,109); }
H1.HeaderClassName
{
color: #10646D;
}
.AnyTagClassName
{
color: #10646D;
}
</style>
background-color css
<style>
a { background-color: #10646D; }
a { background-color: rgb(16,100,109); }
div.DivClassName
{
background-color: #10646D;
}
.BgClassName
{
background-color: #10646D;
}
</style>
border-color css
<style>
span { border-color: #10646D; }
span { border-color: rgb(16,100,109); }
td.TdClassName
{
border-color: #10646D;
}
.TagClassName
{
border-color: #10646D;
}
</style>