Shades of Blue Lagoon #084E6A
Tints of Blue Lagoon #084E6A
RGB
CMYK
RGB Variations
Color information
#084E6A (or 0x084E6A) is known color: Blue Lagoon. HEX triplet: 08, 4E and 6A. RGB value is (8,78,106). Sum of RGB (Red+Green+Blue) = 8+78+106=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #084E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #084E6A is #F7B195. Grayscale: #3C3C3C. Windows color (decimal): -16232854 or 6966792. OLE color: 6966792.
HSL color Cylindrical-coordinate representation of color #084E6A: hue angle of 197.14º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #084E6A is Cyan = 0.92, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 78 | 106 | - |
| CMYK | 0.92 | 0.26 | 0 | 0.58 |
| HSL | 197.14º | 0.86% | 0.22% | - |
| HSV(B) | 197.14º | 0.92% | 0.42% | - |
| XYZ | 5.43 | 6.54 | 14.61 | - |
| YUV | 60.26 | 153.81 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 78 | 106 | 0.92 | 0.26 | 0 | 0.58 | 197.14 | 0.86 | 0.22 |
| Hex | 8 | 4E | 6A | 5C | 1A | 0 | 3A | C5 | 56 | 16 |
| Octal | 10 | 116 | 152 | 134 | 32 | 0 | 72 | 305 | 126 | 26 |
| Binary | 1000 | 1001110 | 1101010 | 1011100 | 11010 | 0 | 111010 | 11000101 | 1010110 | 10110 |
Color Harmonies of #084E6A
Complementary color
Monochromatic Colors of #084E6A
Black with #084E6A
Text Example
Text Example
White with #084E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #084E6A; }
p { color: rgb(8,78,106); }
H1.HeaderClassName
{
color: #084E6A;
}
.AnyTagClassName
{
color: #084E6A;
}
</style>
background-color css
<style>
a { background-color: #084E6A; }
a { background-color: rgb(8,78,106); }
div.DivClassName
{
background-color: #084E6A;
}
.BgClassName
{
background-color: #084E6A;
}
</style>
border-color css
<style>
span { border-color: #084E6A; }
span { border-color: rgb(8,78,106); }
td.TdClassName
{
border-color: #084E6A;
}
.TagClassName
{
border-color: #084E6A;
}
</style>