Shades of Blue Lagoon #006873
Tints of Blue Lagoon #006873
RGB
CMYK
RGB Variations
Color information
#006873 (or 0x006873) is known color: Blue Lagoon. HEX triplet: 00, 68 and 73. RGB value is (0,104,115). Sum of RGB (Red+Green+Blue) = 0+104+115=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #006873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006873 is #FF978C. Grayscale: #4A4A4A. Windows color (decimal): -16750477 or 7563264. OLE color: 7563264.
HSL color Cylindrical-coordinate representation of color #006873: hue angle of 185.74º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006873 is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 104 | 115 | - |
| CMYK | 1 | 0.10 | 0 | 0.55 |
| HSL | 185.74º | 1% | 0.23% | - |
| HSV(B) | 185.74º | 1% | 0.45% | - |
| XYZ | 8.04 | 11.14 | 17.95 | - |
| YUV | 74.16 | 151.04 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 115 | 1 | 0.10 | 0 | 0.55 | 185.74 | 1 | 0.23 |
| Hex | 0 | 68 | 73 | 64 | A | 0 | 37 | BA | 64 | 17 |
| Octal | 0 | 150 | 163 | 144 | 12 | 0 | 67 | 272 | 144 | 27 |
| Binary | 0 | 1101000 | 1110011 | 1100100 | 1010 | 0 | 110111 | 10111010 | 1100100 | 10111 |
Color Harmonies of #006873
Complementary color
Monochromatic Colors of #006873
Black with #006873
Text Example
Text Example
White with #006873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006873; }
p { color: rgb(0,104,115); }
H1.HeaderClassName
{
color: #006873;
}
.AnyTagClassName
{
color: #006873;
}
</style>
background-color css
<style>
a { background-color: #006873; }
a { background-color: rgb(0,104,115); }
div.DivClassName
{
background-color: #006873;
}
.BgClassName
{
background-color: #006873;
}
</style>
border-color css
<style>
span { border-color: #006873; }
span { border-color: rgb(0,104,115); }
td.TdClassName
{
border-color: #006873;
}
.TagClassName
{
border-color: #006873;
}
</style>