Shades of Blue Lagoon #066B71
Tints of Blue Lagoon #066B71
RGB
CMYK
RGB Variations
Color information
#066B71 (or 0x066B71) is known color: Blue Lagoon. HEX triplet: 06, 6B and 71. RGB value is (6,107,113). Sum of RGB (Red+Green+Blue) = 6+107+113=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #066B71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066B71 is #F9948E. Grayscale: #4D4D4D. Windows color (decimal): -16356495 or 7432966. OLE color: 7432966.
HSL color Cylindrical-coordinate representation of color #066B71: hue angle of 183.36º 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 #066B71 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 107 | 113 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.56 |
| HSL | 183.36º | 0.9% | 0.23% | - |
| HSV(B) | 183.36º | 0.95% | 0.44% | - |
| XYZ | 8.31 | 11.75 | 17.45 | - |
| YUV | 77.49 | 148.04 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 107 | 113 | 0.95 | 0.05 | 0 | 0.56 | 183.36 | 0.9 | 0.23 |
| Hex | 6 | 6B | 71 | 5F | 5 | 0 | 38 | B7 | 5A | 17 |
| Octal | 6 | 153 | 161 | 137 | 5 | 0 | 70 | 267 | 132 | 27 |
| Binary | 110 | 1101011 | 1110001 | 1011111 | 101 | 0 | 111000 | 10110111 | 1011010 | 10111 |
Color Harmonies of #066B71
Complementary color
Monochromatic Colors of #066B71
Black with #066B71
Text Example
Text Example
White with #066B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066B71; }
p { color: rgb(6,107,113); }
H1.HeaderClassName
{
color: #066B71;
}
.AnyTagClassName
{
color: #066B71;
}
</style>
background-color css
<style>
a { background-color: #066B71; }
a { background-color: rgb(6,107,113); }
div.DivClassName
{
background-color: #066B71;
}
.BgClassName
{
background-color: #066B71;
}
</style>
border-color css
<style>
span { border-color: #066B71; }
span { border-color: rgb(6,107,113); }
td.TdClassName
{
border-color: #066B71;
}
.TagClassName
{
border-color: #066B71;
}
</style>