Shades of Blue Lagoon #066373
Tints of Blue Lagoon #066373
RGB
CMYK
RGB Variations
Color information
#066373 (or 0x066373) is known color: Blue Lagoon. HEX triplet: 06, 63 and 73. RGB value is (6,99,115). Sum of RGB (Red+Green+Blue) = 6+99+115=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 99 (39.06% from 255 or 45% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #066373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066373 is #F99C8C. Grayscale: #484848. Windows color (decimal): -16358541 or 7561990. OLE color: 7561990.
HSL color Cylindrical-coordinate representation of color #066373: hue angle of 188.81º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066373 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 99 | 115 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.55 |
| HSL | 188.81º | 0.9% | 0.24% | - |
| HSV(B) | 188.81º | 0.95% | 0.45% | - |
| XYZ | 7.63 | 10.2 | 17.79 | - |
| YUV | 73.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 99 | 115 | 0.95 | 0.14 | 0 | 0.55 | 188.81 | 0.9 | 0.24 |
| Hex | 6 | 63 | 73 | 5F | E | 0 | 37 | BD | 5A | 18 |
| Octal | 6 | 143 | 163 | 137 | 16 | 0 | 67 | 275 | 132 | 30 |
| Binary | 110 | 1100011 | 1110011 | 1011111 | 1110 | 0 | 110111 | 10111101 | 1011010 | 11000 |
Color Harmonies of #066373
Complementary color
Monochromatic Colors of #066373
Black with #066373
Text Example
Text Example
White with #066373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066373; }
p { color: rgb(6,99,115); }
H1.HeaderClassName
{
color: #066373;
}
.AnyTagClassName
{
color: #066373;
}
</style>
background-color css
<style>
a { background-color: #066373; }
a { background-color: rgb(6,99,115); }
div.DivClassName
{
background-color: #066373;
}
.BgClassName
{
background-color: #066373;
}
</style>
border-color css
<style>
span { border-color: #066373; }
span { border-color: rgb(6,99,115); }
td.TdClassName
{
border-color: #066373;
}
.TagClassName
{
border-color: #066373;
}
</style>