Shades of Blue Lagoon #066C6F
Tints of Blue Lagoon #066C6F
RGB
CMYK
RGB Variations
Color information
#066C6F (or 0x066C6F) is known color: Blue Lagoon. HEX triplet: 06, 6C and 6F. RGB value is (6,108,111). Sum of RGB (Red+Green+Blue) = 6+108+111=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 111 - color contains mainly: blue. Hex color #066C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C6F is #F99390. Grayscale: #4D4D4D. Windows color (decimal): -16356241 or 7302150. OLE color: 7302150.
HSL color Cylindrical-coordinate representation of color #066C6F: hue angle of 181.71º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066C6F is Cyan = 0.95, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 108 | 111 | - |
| CMYK | 0.95 | 0.03 | 0 | 0.56 |
| HSL | 181.71º | 0.9% | 0.23% | - |
| HSV(B) | 181.71º | 0.95% | 0.44% | - |
| XYZ | 8.31 | 11.91 | 16.9 | - |
| YUV | 77.84 | 146.71 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 111 | 0.95 | 0.03 | 0 | 0.56 | 181.71 | 0.9 | 0.23 |
| Hex | 6 | 6C | 6F | 5F | 3 | 0 | 38 | B6 | 5A | 17 |
| Octal | 6 | 154 | 157 | 137 | 3 | 0 | 70 | 266 | 132 | 27 |
| Binary | 110 | 1101100 | 1101111 | 1011111 | 11 | 0 | 111000 | 10110110 | 1011010 | 10111 |
Color Harmonies of #066C6F
Complementary color
Monochromatic Colors of #066C6F
Black with #066C6F
Text Example
Text Example
White with #066C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C6F; }
p { color: rgb(6,108,111); }
H1.HeaderClassName
{
color: #066C6F;
}
.AnyTagClassName
{
color: #066C6F;
}
</style>
background-color css
<style>
a { background-color: #066C6F; }
a { background-color: rgb(6,108,111); }
div.DivClassName
{
background-color: #066C6F;
}
.BgClassName
{
background-color: #066C6F;
}
</style>
border-color css
<style>
span { border-color: #066C6F; }
span { border-color: rgb(6,108,111); }
td.TdClassName
{
border-color: #066C6F;
}
.TagClassName
{
border-color: #066C6F;
}
</style>