Shades of Blue Lagoon #06687E
Tints of Blue Lagoon #06687E
RGB
CMYK
RGB Variations
Color information
#06687E (or 0x06687E) is known color: Blue Lagoon. HEX triplet: 06, 68 and 7E. RGB value is (6,104,126). Sum of RGB (Red+Green+Blue) = 6+104+126=236 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.54% from 236); Green value is 104 (41.02% from 255 or 44.07% from 236); Blue value is 126 (49.61% from 255 or 53.39% from 236); Max value from RGB is 126 - color contains mainly: blue. Hex color #06687E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06687E is #F99781. Grayscale: #4D4D4D. Windows color (decimal): -16357250 or 8284166. OLE color: 8284166.
HSL color Cylindrical-coordinate representation of color #06687E: hue angle of 191º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06687E is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 104 | 126 | - |
| CMYK | 0.95 | 0.17 | 0 | 0.51 |
| HSL | 191º | 0.91% | 0.26% | - |
| HSV(B) | 191º | 0.95% | 0.49% | - |
| XYZ | 8.79 | 11.45 | 21.48 | - |
| YUV | 77.21 | 155.53 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 126 | 0.95 | 0.17 | 0 | 0.51 | 191 | 0.91 | 0.26 |
| Hex | 6 | 68 | 7E | 5F | 11 | 0 | 33 | BF | 5B | 1A |
| Octal | 6 | 150 | 176 | 137 | 21 | 0 | 63 | 277 | 133 | 32 |
| Binary | 110 | 1101000 | 1111110 | 1011111 | 10001 | 0 | 110011 | 10111111 | 1011011 | 11010 |
Color Harmonies of #06687E
Complementary color
Monochromatic Colors of #06687E
Black with #06687E
Text Example
Text Example
White with #06687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06687E; }
p { color: rgb(6,104,126); }
H1.HeaderClassName
{
color: #06687E;
}
.AnyTagClassName
{
color: #06687E;
}
</style>
background-color css
<style>
a { background-color: #06687E; }
a { background-color: rgb(6,104,126); }
div.DivClassName
{
background-color: #06687E;
}
.BgClassName
{
background-color: #06687E;
}
</style>
border-color css
<style>
span { border-color: #06687E; }
span { border-color: rgb(6,104,126); }
td.TdClassName
{
border-color: #06687E;
}
.TagClassName
{
border-color: #06687E;
}
</style>