Shades of Blue Lagoon #076A6D
Tints of Blue Lagoon #076A6D
RGB
CMYK
RGB Variations
Color information
#076A6D (or 0x076A6D) is known color: Blue Lagoon. HEX triplet: 07, 6A and 6D. RGB value is (7,106,109). Sum of RGB (Red+Green+Blue) = 7+106+109=222 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.15% from 222); Green value is 106 (41.80% from 255 or 47.75% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #076A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #076A6D is #F89592. Grayscale: #4C4C4C. Windows color (decimal): -16291219 or 7170567. OLE color: 7170567.
HSL color Cylindrical-coordinate representation of color #076A6D: hue angle of 181.76º 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 #076A6D is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 106 | 109 | - |
| CMYK | 0.94 | 0.03 | 0 | 0.57 |
| HSL | 181.76º | 0.88% | 0.23% | - |
| HSV(B) | 181.76º | 0.94% | 0.43% | - |
| XYZ | 8 | 11.46 | 16.26 | - |
| YUV | 76.74 | 146.2 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 109 | 0.94 | 0.03 | 0 | 0.57 | 181.76 | 0.88 | 0.23 |
| Hex | 7 | 6A | 6D | 5E | 3 | 0 | 39 | B6 | 58 | 17 |
| Octal | 7 | 152 | 155 | 136 | 3 | 0 | 71 | 266 | 130 | 27 |
| Binary | 111 | 1101010 | 1101101 | 1011110 | 11 | 0 | 111001 | 10110110 | 1011000 | 10111 |
Color Harmonies of #076A6D
Complementary color
Monochromatic Colors of #076A6D
Black with #076A6D
Text Example
Text Example
White with #076A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A6D; }
p { color: rgb(7,106,109); }
H1.HeaderClassName
{
color: #076A6D;
}
.AnyTagClassName
{
color: #076A6D;
}
</style>
background-color css
<style>
a { background-color: #076A6D; }
a { background-color: rgb(7,106,109); }
div.DivClassName
{
background-color: #076A6D;
}
.BgClassName
{
background-color: #076A6D;
}
</style>
border-color css
<style>
span { border-color: #076A6D; }
span { border-color: rgb(7,106,109); }
td.TdClassName
{
border-color: #076A6D;
}
.TagClassName
{
border-color: #076A6D;
}
</style>