Shades of Blue Lagoon #07606C
Tints of Blue Lagoon #07606C
RGB
CMYK
RGB Variations
Color information
#07606C (or 0x07606C) is known color: Blue Lagoon. HEX triplet: 07, 60 and 6C. RGB value is (7,96,108). Sum of RGB (Red+Green+Blue) = 7+96+108=211 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.32% from 211); Green value is 96 (37.89% from 255 or 45.50% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #07606C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #07606C is #F89F93. Grayscale: #464646. Windows color (decimal): -16293780 or 7102471. OLE color: 7102471.
HSL color Cylindrical-coordinate representation of color #07606C: hue angle of 187.13º 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 #07606C is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 96 | 108 | - |
| CMYK | 0.94 | 0.11 | 0 | 0.58 |
| HSL | 187.13º | 0.88% | 0.23% | - |
| HSV(B) | 187.13º | 0.94% | 0.42% | - |
| XYZ | 6.98 | 9.49 | 15.65 | - |
| YUV | 70.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 108 | 0.94 | 0.11 | 0 | 0.58 | 187.13 | 0.88 | 0.23 |
| Hex | 7 | 60 | 6C | 5E | B | 0 | 3A | BB | 58 | 17 |
| Octal | 7 | 140 | 154 | 136 | 13 | 0 | 72 | 273 | 130 | 27 |
| Binary | 111 | 1100000 | 1101100 | 1011110 | 1011 | 0 | 111010 | 10111011 | 1011000 | 10111 |
Color Harmonies of #07606C
Complementary color
Monochromatic Colors of #07606C
Black with #07606C
Text Example
Text Example
White with #07606C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07606C; }
p { color: rgb(7,96,108); }
H1.HeaderClassName
{
color: #07606C;
}
.AnyTagClassName
{
color: #07606C;
}
</style>
background-color css
<style>
a { background-color: #07606C; }
a { background-color: rgb(7,96,108); }
div.DivClassName
{
background-color: #07606C;
}
.BgClassName
{
background-color: #07606C;
}
</style>
border-color css
<style>
span { border-color: #07606C; }
span { border-color: rgb(7,96,108); }
td.TdClassName
{
border-color: #07606C;
}
.TagClassName
{
border-color: #07606C;
}
</style>