Shades of Blue Lagoon #06696A
Tints of Blue Lagoon #06696A
RGB
CMYK
RGB Variations
Color information
#06696A (or 0x06696A) is known color: Blue Lagoon. HEX triplet: 06, 69 and 6A. RGB value is (6,105,106). Sum of RGB (Red+Green+Blue) = 6+105+106=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 106 - color contains mainly: blue. Hex color #06696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06696A is #F99695. Grayscale: #4B4B4B. Windows color (decimal): -16357014 or 6973702. OLE color: 6973702.
HSL color Cylindrical-coordinate representation of color #06696A: hue angle of 180.6º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06696A is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 105 | 106 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.58 |
| HSL | 180.6º | 0.89% | 0.22% | - |
| HSV(B) | 180.6º | 0.94% | 0.42% | - |
| XYZ | 7.73 | 11.18 | 15.39 | - |
| YUV | 75.51 | 145.2 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 106 | 0.94 | 0.01 | 0 | 0.58 | 180.6 | 0.89 | 0.22 |
| Hex | 6 | 69 | 6A | 5E | 1 | 0 | 3A | B5 | 59 | 16 |
| Octal | 6 | 151 | 152 | 136 | 1 | 0 | 72 | 265 | 131 | 26 |
| Binary | 110 | 1101001 | 1101010 | 1011110 | 1 | 0 | 111010 | 10110101 | 1011001 | 10110 |
Color Harmonies of #06696A
Complementary color
Monochromatic Colors of #06696A
Black with #06696A
Text Example
Text Example
White with #06696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06696A; }
p { color: rgb(6,105,106); }
H1.HeaderClassName
{
color: #06696A;
}
.AnyTagClassName
{
color: #06696A;
}
</style>
background-color css
<style>
a { background-color: #06696A; }
a { background-color: rgb(6,105,106); }
div.DivClassName
{
background-color: #06696A;
}
.BgClassName
{
background-color: #06696A;
}
</style>
border-color css
<style>
span { border-color: #06696A; }
span { border-color: rgb(6,105,106); }
td.TdClassName
{
border-color: #06696A;
}
.TagClassName
{
border-color: #06696A;
}
</style>