Shades of Blue Lagoon #066C6D
Tints of Blue Lagoon #066C6D
RGB
CMYK
RGB Variations
Color information
#066C6D (or 0x066C6D) is known color: Blue Lagoon. HEX triplet: 06, 6C and 6D. RGB value is (6,108,109). Sum of RGB (Red+Green+Blue) = 6+108+109=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 108 (42.58% from 255 or 48.43% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #066C6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C6D is #F99392. Grayscale: #4D4D4D. Windows color (decimal): -16356243 or 7171078. OLE color: 7171078.
HSL color Cylindrical-coordinate representation of color #066C6D: hue angle of 180.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066C6D is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 108 | 109 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.57 |
| HSL | 180.58º | 0.9% | 0.23% | - |
| HSV(B) | 180.58º | 0.94% | 0.43% | - |
| XYZ | 8.2 | 11.87 | 16.33 | - |
| YUV | 77.62 | 145.71 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 109 | 0.94 | 0.01 | 0 | 0.57 | 180.58 | 0.9 | 0.23 |
| Hex | 6 | 6C | 6D | 5E | 1 | 0 | 39 | B5 | 5A | 17 |
| Octal | 6 | 154 | 155 | 136 | 1 | 0 | 71 | 265 | 132 | 27 |
| Binary | 110 | 1101100 | 1101101 | 1011110 | 1 | 0 | 111001 | 10110101 | 1011010 | 10111 |
Color Harmonies of #066C6D
Complementary color
Monochromatic Colors of #066C6D
Black with #066C6D
Text Example
Text Example
White with #066C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C6D; }
p { color: rgb(6,108,109); }
H1.HeaderClassName
{
color: #066C6D;
}
.AnyTagClassName
{
color: #066C6D;
}
</style>
background-color css
<style>
a { background-color: #066C6D; }
a { background-color: rgb(6,108,109); }
div.DivClassName
{
background-color: #066C6D;
}
.BgClassName
{
background-color: #066C6D;
}
</style>
border-color css
<style>
span { border-color: #066C6D; }
span { border-color: rgb(6,108,109); }
td.TdClassName
{
border-color: #066C6D;
}
.TagClassName
{
border-color: #066C6D;
}
</style>