Shades of Blue Lagoon #006473
Tints of Blue Lagoon #006473
RGB
CMYK
RGB Variations
Color information
#006473 (or 0x006473) is known color: Blue Lagoon. HEX triplet: 00, 64 and 73. RGB value is (0,100,115). Sum of RGB (Red+Green+Blue) = 0+100+115=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 115 (45.31% from 255 or 53.49% from 215); Max value from RGB is 115 - color contains mainly: blue. Hex color #006473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006473 is #FF9B8C. Grayscale: #474747. Windows color (decimal): -16751501 or 7562240. OLE color: 7562240.
HSL color Cylindrical-coordinate representation of color #006473: hue angle of 187.83º 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 #006473 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 100 | 115 | - |
| CMYK | 1 | 0.13 | 0 | 0.55 |
| HSL | 187.83º | 1% | 0.23% | - |
| HSV(B) | 187.83º | 1% | 0.45% | - |
| XYZ | 7.65 | 10.35 | 17.81 | - |
| YUV | 71.81 | 152.37 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 115 | 1 | 0.13 | 0 | 0.55 | 187.83 | 1 | 0.23 |
| Hex | 0 | 64 | 73 | 64 | D | 0 | 37 | BC | 64 | 17 |
| Octal | 0 | 144 | 163 | 144 | 15 | 0 | 67 | 274 | 144 | 27 |
| Binary | 0 | 1100100 | 1110011 | 1100100 | 1101 | 0 | 110111 | 10111100 | 1100100 | 10111 |
Color Harmonies of #006473
Complementary color
Monochromatic Colors of #006473
Black with #006473
Text Example
Text Example
White with #006473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006473; }
p { color: rgb(0,100,115); }
H1.HeaderClassName
{
color: #006473;
}
.AnyTagClassName
{
color: #006473;
}
</style>
background-color css
<style>
a { background-color: #006473; }
a { background-color: rgb(0,100,115); }
div.DivClassName
{
background-color: #006473;
}
.BgClassName
{
background-color: #006473;
}
</style>
border-color css
<style>
span { border-color: #006473; }
span { border-color: rgb(0,100,115); }
td.TdClassName
{
border-color: #006473;
}
.TagClassName
{
border-color: #006473;
}
</style>