Shades of Blue Lagoon #07616D
Tints of Blue Lagoon #07616D
RGB
CMYK
RGB Variations
Color information
#07616D (or 0x07616D) is known color: Blue Lagoon. HEX triplet: 07, 61 and 6D. RGB value is (7,97,109). Sum of RGB (Red+Green+Blue) = 7+97+109=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #07616D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07616D is #F89E92. Grayscale: #474747. Windows color (decimal): -16293523 or 7168263. OLE color: 7168263.
HSL color Cylindrical-coordinate representation of color #07616D: hue angle of 187.06º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07616D is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 97 | 109 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.57 |
| HSL | 187.06º | 0.88% | 0.23% | - |
| HSV(B) | 187.06º | 0.94% | 0.43% | - |
| XYZ | 7.12 | 9.7 | 15.96 | - |
| YUV | 71.46 | 149.18 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 109 | 0.94 | 0.11 | 0 | 0.57 | 187.06 | 0.88 | 0.23 |
| Hex | 7 | 61 | 6D | 5E | B | 0 | 39 | BB | 58 | 17 |
| Octal | 7 | 141 | 155 | 136 | 13 | 0 | 71 | 273 | 130 | 27 |
| Binary | 111 | 1100001 | 1101101 | 1011110 | 1011 | 0 | 111001 | 10111011 | 1011000 | 10111 |
Color Harmonies of #07616D
Complementary color
Monochromatic Colors of #07616D
Black with #07616D
Text Example
Text Example
White with #07616D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07616D; }
p { color: rgb(7,97,109); }
H1.HeaderClassName
{
color: #07616D;
}
.AnyTagClassName
{
color: #07616D;
}
</style>
background-color css
<style>
a { background-color: #07616D; }
a { background-color: rgb(7,97,109); }
div.DivClassName
{
background-color: #07616D;
}
.BgClassName
{
background-color: #07616D;
}
</style>
border-color css
<style>
span { border-color: #07616D; }
span { border-color: rgb(7,97,109); }
td.TdClassName
{
border-color: #07616D;
}
.TagClassName
{
border-color: #07616D;
}
</style>