Shades of Blue Lagoon #066E75
Tints of Blue Lagoon #066E75
RGB
CMYK
RGB Variations
Color information
#066E75 (or 0x066E75) is known color: Blue Lagoon. HEX triplet: 06, 6E and 75. RGB value is (6,110,117). Sum of RGB (Red+Green+Blue) = 6+110+117=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 117 (46.09% from 255 or 50.21% from 233); Max value from RGB is 117 - color contains mainly: blue. Hex color #066E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066E75 is #F9918A. Grayscale: #4F4F4F. Windows color (decimal): -16355723 or 7695878. OLE color: 7695878.
HSL color Cylindrical-coordinate representation of color #066E75: hue angle of 183.78º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E75 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 110 | 117 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.54 |
| HSL | 183.78º | 0.9% | 0.24% | - |
| HSV(B) | 183.78º | 0.95% | 0.46% | - |
| XYZ | 8.86 | 12.47 | 18.77 | - |
| YUV | 79.7 | 149.04 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 117 | 0.95 | 0.06 | 0 | 0.54 | 183.78 | 0.9 | 0.24 |
| Hex | 6 | 6E | 75 | 5F | 6 | 0 | 36 | B8 | 5A | 18 |
| Octal | 6 | 156 | 165 | 137 | 6 | 0 | 66 | 270 | 132 | 30 |
| Binary | 110 | 1101110 | 1110101 | 1011111 | 110 | 0 | 110110 | 10111000 | 1011010 | 11000 |
Color Harmonies of #066E75
Complementary color
Monochromatic Colors of #066E75
Black with #066E75
Text Example
Text Example
White with #066E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E75; }
p { color: rgb(6,110,117); }
H1.HeaderClassName
{
color: #066E75;
}
.AnyTagClassName
{
color: #066E75;
}
</style>
background-color css
<style>
a { background-color: #066E75; }
a { background-color: rgb(6,110,117); }
div.DivClassName
{
background-color: #066E75;
}
.BgClassName
{
background-color: #066E75;
}
</style>
border-color css
<style>
span { border-color: #066E75; }
span { border-color: rgb(6,110,117); }
td.TdClassName
{
border-color: #066E75;
}
.TagClassName
{
border-color: #066E75;
}
</style>