Shades of Blue Lagoon #066C73
Tints of Blue Lagoon #066C73
RGB
CMYK
RGB Variations
Color information
#066C73 (or 0x066C73) is known color: Blue Lagoon. HEX triplet: 06, 6C and 73. RGB value is (6,108,115). Sum of RGB (Red+Green+Blue) = 6+108+115=229 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.62% from 229); Green value is 108 (42.58% from 255 or 47.16% from 229); Blue value is 115 (45.31% from 255 or 50.22% from 229); Max value from RGB is 115 - color contains mainly: blue. Hex color #066C73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C73 is #F9938C. Grayscale: #4E4E4E. Windows color (decimal): -16356237 or 7564294. OLE color: 7564294.
HSL color Cylindrical-coordinate representation of color #066C73: hue angle of 183.85º 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 #066C73 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 108 | 115 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.55 |
| HSL | 183.85º | 0.9% | 0.24% | - |
| HSV(B) | 183.85º | 0.95% | 0.45% | - |
| XYZ | 8.53 | 12 | 18.09 | - |
| YUV | 78.3 | 148.71 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 115 | 0.95 | 0.06 | 0 | 0.55 | 183.85 | 0.9 | 0.24 |
| Hex | 6 | 6C | 73 | 5F | 6 | 0 | 37 | B8 | 5A | 18 |
| Octal | 6 | 154 | 163 | 137 | 6 | 0 | 67 | 270 | 132 | 30 |
| Binary | 110 | 1101100 | 1110011 | 1011111 | 110 | 0 | 110111 | 10111000 | 1011010 | 11000 |
Color Harmonies of #066C73
Complementary color
Monochromatic Colors of #066C73
Black with #066C73
Text Example
Text Example
White with #066C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C73; }
p { color: rgb(6,108,115); }
H1.HeaderClassName
{
color: #066C73;
}
.AnyTagClassName
{
color: #066C73;
}
</style>
background-color css
<style>
a { background-color: #066C73; }
a { background-color: rgb(6,108,115); }
div.DivClassName
{
background-color: #066C73;
}
.BgClassName
{
background-color: #066C73;
}
</style>
border-color css
<style>
span { border-color: #066C73; }
span { border-color: rgb(6,108,115); }
td.TdClassName
{
border-color: #066C73;
}
.TagClassName
{
border-color: #066C73;
}
</style>