Shades of Blue Lagoon #066C7A
Tints of Blue Lagoon #066C7A
RGB
CMYK
RGB Variations
Color information
#066C7A (or 0x066C7A) is known color: Blue Lagoon. HEX triplet: 06, 6C and 7A. RGB value is (6,108,122). Sum of RGB (Red+Green+Blue) = 6+108+122=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 108 (42.58% from 255 or 45.76% from 236); Blue value is 122 (48.05% from 255 or 51.69% from 236); Max value from RGB is 122 - color contains mainly: blue. Hex color #066C7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C7A is #F99385. Grayscale: #4E4E4E. Windows color (decimal): -16356230 or 8023046. OLE color: 8023046.
HSL color Cylindrical-coordinate representation of color #066C7A: hue angle of 187.24º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066C7A is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 108 | 122 | - |
| CMYK | 0.95 | 0.11 | 0 | 0.52 |
| HSL | 187.24º | 0.91% | 0.25% | - |
| HSV(B) | 187.24º | 0.95% | 0.48% | - |
| XYZ | 8.95 | 12.17 | 20.29 | - |
| YUV | 79.1 | 152.21 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 122 | 0.95 | 0.11 | 0 | 0.52 | 187.24 | 0.91 | 0.25 |
| Hex | 6 | 6C | 7A | 5F | B | 0 | 34 | BB | 5B | 19 |
| Octal | 6 | 154 | 172 | 137 | 13 | 0 | 64 | 273 | 133 | 31 |
| Binary | 110 | 1101100 | 1111010 | 1011111 | 1011 | 0 | 110100 | 10111011 | 1011011 | 11001 |
Color Harmonies of #066C7A
Complementary color
Monochromatic Colors of #066C7A
Black with #066C7A
Text Example
Text Example
White with #066C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C7A; }
p { color: rgb(6,108,122); }
H1.HeaderClassName
{
color: #066C7A;
}
.AnyTagClassName
{
color: #066C7A;
}
</style>
background-color css
<style>
a { background-color: #066C7A; }
a { background-color: rgb(6,108,122); }
div.DivClassName
{
background-color: #066C7A;
}
.BgClassName
{
background-color: #066C7A;
}
</style>
border-color css
<style>
span { border-color: #066C7A; }
span { border-color: rgb(6,108,122); }
td.TdClassName
{
border-color: #066C7A;
}
.TagClassName
{
border-color: #066C7A;
}
</style>