Shades of Blue Lagoon #066B6C
Tints of Blue Lagoon #066B6C
RGB
CMYK
RGB Variations
Color information
#066B6C (or 0x066B6C) is known color: Blue Lagoon. HEX triplet: 06, 6B and 6C. RGB value is (6,107,108). Sum of RGB (Red+Green+Blue) = 6+107+108=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 107 (42.19% from 255 or 48.42% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #066B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B6C is #F99493. Grayscale: #4C4C4C. Windows color (decimal): -16356500 or 7105286. OLE color: 7105286.
HSL color Cylindrical-coordinate representation of color #066B6C: hue angle of 180.59º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B6C is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 107 | 108 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.58 |
| HSL | 180.59º | 0.89% | 0.22% | - |
| HSV(B) | 180.59º | 0.94% | 0.42% | - |
| XYZ | 8.04 | 11.64 | 16.01 | - |
| YUV | 76.92 | 145.54 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 108 | 0.94 | 0.01 | 0 | 0.58 | 180.59 | 0.89 | 0.22 |
| Hex | 6 | 6B | 6C | 5E | 1 | 0 | 3A | B5 | 59 | 16 |
| Octal | 6 | 153 | 154 | 136 | 1 | 0 | 72 | 265 | 131 | 26 |
| Binary | 110 | 1101011 | 1101100 | 1011110 | 1 | 0 | 111010 | 10110101 | 1011001 | 10110 |
Color Harmonies of #066B6C
Complementary color
Monochromatic Colors of #066B6C
Black with #066B6C
Text Example
Text Example
White with #066B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B6C; }
p { color: rgb(6,107,108); }
H1.HeaderClassName
{
color: #066B6C;
}
.AnyTagClassName
{
color: #066B6C;
}
</style>
background-color css
<style>
a { background-color: #066B6C; }
a { background-color: rgb(6,107,108); }
div.DivClassName
{
background-color: #066B6C;
}
.BgClassName
{
background-color: #066B6C;
}
</style>
border-color css
<style>
span { border-color: #066B6C; }
span { border-color: rgb(6,107,108); }
td.TdClassName
{
border-color: #066B6C;
}
.TagClassName
{
border-color: #066B6C;
}
</style>