Shades of Blue Lagoon #006373
Tints of Blue Lagoon #006373
RGB
CMYK
RGB Variations
Color information
#006373 (or 0x006373) is known color: Blue Lagoon. HEX triplet: 00, 63 and 73. RGB value is (0,99,115). Sum of RGB (Red+Green+Blue) = 0+99+115=214 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 214); Green value is 99 (39.06% from 255 or 46.26% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #006373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006373 is #FF9C8C. Grayscale: #474747. Windows color (decimal): -16751757 or 7561984. OLE color: 7561984.
HSL color Cylindrical-coordinate representation of color #006373: hue angle of 188.35º 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 #006373 is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 99 | 115 | - |
| CMYK | 1 | 0.14 | 0 | 0.55 |
| HSL | 188.35º | 1% | 0.23% | - |
| HSV(B) | 188.35º | 1% | 0.45% | - |
| XYZ | 7.56 | 10.16 | 17.78 | - |
| YUV | 71.22 | 152.7 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 99 | 115 | 1 | 0.14 | 0 | 0.55 | 188.35 | 1 | 0.23 |
| Hex | 0 | 63 | 73 | 64 | E | 0 | 37 | BC | 64 | 17 |
| Octal | 0 | 143 | 163 | 144 | 16 | 0 | 67 | 274 | 144 | 27 |
| Binary | 0 | 1100011 | 1110011 | 1100100 | 1110 | 0 | 110111 | 10111100 | 1100100 | 10111 |
Color Harmonies of #006373
Complementary color
Monochromatic Colors of #006373
Black with #006373
Text Example
Text Example
White with #006373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006373; }
p { color: rgb(0,99,115); }
H1.HeaderClassName
{
color: #006373;
}
.AnyTagClassName
{
color: #006373;
}
</style>
background-color css
<style>
a { background-color: #006373; }
a { background-color: rgb(0,99,115); }
div.DivClassName
{
background-color: #006373;
}
.BgClassName
{
background-color: #006373;
}
</style>
border-color css
<style>
span { border-color: #006373; }
span { border-color: rgb(0,99,115); }
td.TdClassName
{
border-color: #006373;
}
.TagClassName
{
border-color: #006373;
}
</style>