Shades of Blue Lagoon #07616C
Tints of Blue Lagoon #07616C
RGB
CMYK
RGB Variations
Color information
#07616C (or 0x07616C) is known color: Blue Lagoon. HEX triplet: 07, 61 and 6C. RGB value is (7,97,108). Sum of RGB (Red+Green+Blue) = 7+97+108=212 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.30% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 108 (42.58% from 255 or 50.94% from 212); Max value from RGB is 108 - color contains mainly: blue. Hex color #07616C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07616C is #F89E93. Grayscale: #474747. Windows color (decimal): -16293524 or 7102727. OLE color: 7102727.
HSL color Cylindrical-coordinate representation of color #07616C: hue angle of 186.53º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07616C is Cyan = 0.94, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 97 | 108 | - |
| CMYK | 0.94 | 0.10 | 0 | 0.58 |
| HSL | 186.53º | 0.88% | 0.23% | - |
| HSV(B) | 186.53º | 0.94% | 0.42% | - |
| XYZ | 7.07 | 9.68 | 15.68 | - |
| YUV | 71.34 | 148.68 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 97 | 108 | 0.94 | 0.10 | 0 | 0.58 | 186.53 | 0.88 | 0.23 |
| Hex | 7 | 61 | 6C | 5E | A | 0 | 3A | BB | 58 | 17 |
| Octal | 7 | 141 | 154 | 136 | 12 | 0 | 72 | 273 | 130 | 27 |
| Binary | 111 | 1100001 | 1101100 | 1011110 | 1010 | 0 | 111010 | 10111011 | 1011000 | 10111 |
Color Harmonies of #07616C
Complementary color
Monochromatic Colors of #07616C
Black with #07616C
Text Example
Text Example
White with #07616C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07616C; }
p { color: rgb(7,97,108); }
H1.HeaderClassName
{
color: #07616C;
}
.AnyTagClassName
{
color: #07616C;
}
</style>
background-color css
<style>
a { background-color: #07616C; }
a { background-color: rgb(7,97,108); }
div.DivClassName
{
background-color: #07616C;
}
.BgClassName
{
background-color: #07616C;
}
</style>
border-color css
<style>
span { border-color: #07616C; }
span { border-color: rgb(7,97,108); }
td.TdClassName
{
border-color: #07616C;
}
.TagClassName
{
border-color: #07616C;
}
</style>