Shades of Blue Lagoon #06696E
Tints of Blue Lagoon #06696E
RGB
CMYK
RGB Variations
Color information
#06696E (or 0x06696E) is known color: Blue Lagoon. HEX triplet: 06, 69 and 6E. RGB value is (6,105,110). Sum of RGB (Red+Green+Blue) = 6+105+110=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 105 (41.41% from 255 or 47.51% from 221); Blue value is 110 (43.36% from 255 or 49.77% from 221); Max value from RGB is 110 - color contains mainly: blue. Hex color #06696E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06696E is #F99691. Grayscale: #4B4B4B. Windows color (decimal): -16357010 or 7235846. OLE color: 7235846.
HSL color Cylindrical-coordinate representation of color #06696E: hue angle of 182.88º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06696E is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 105 | 110 | - |
| CMYK | 0.95 | 0.05 | 0 | 0.57 |
| HSL | 182.88º | 0.9% | 0.23% | - |
| HSV(B) | 182.88º | 0.95% | 0.43% | - |
| XYZ | 7.94 | 11.27 | 16.51 | - |
| YUV | 75.97 | 147.2 | 78.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 110 | 0.95 | 0.05 | 0 | 0.57 | 182.88 | 0.9 | 0.23 |
| Hex | 6 | 69 | 6E | 5F | 5 | 0 | 39 | B7 | 5A | 17 |
| Octal | 6 | 151 | 156 | 137 | 5 | 0 | 71 | 267 | 132 | 27 |
| Binary | 110 | 1101001 | 1101110 | 1011111 | 101 | 0 | 111001 | 10110111 | 1011010 | 10111 |
Color Harmonies of #06696E
Complementary color
Monochromatic Colors of #06696E
Black with #06696E
Text Example
Text Example
White with #06696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06696E; }
p { color: rgb(6,105,110); }
H1.HeaderClassName
{
color: #06696E;
}
.AnyTagClassName
{
color: #06696E;
}
</style>
background-color css
<style>
a { background-color: #06696E; }
a { background-color: rgb(6,105,110); }
div.DivClassName
{
background-color: #06696E;
}
.BgClassName
{
background-color: #06696E;
}
</style>
border-color css
<style>
span { border-color: #06696E; }
span { border-color: rgb(6,105,110); }
td.TdClassName
{
border-color: #06696E;
}
.TagClassName
{
border-color: #06696E;
}
</style>