Shades of Blue Lagoon #06687F
Tints of Blue Lagoon #06687F
RGB
CMYK
RGB Variations
Color information
#06687F (or 0x06687F) is known color: Blue Lagoon. HEX triplet: 06, 68 and 7F. RGB value is (6,104,127). Sum of RGB (Red+Green+Blue) = 6+104+127=237 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.53% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 127 (50% from 255 or 53.59% from 237); Max value from RGB is 127 - color contains mainly: blue. Hex color #06687F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06687F is #F99780. Grayscale: #4D4D4D. Windows color (decimal): -16357249 or 8349702. OLE color: 8349702.
HSL color Cylindrical-coordinate representation of color #06687F: hue angle of 191.4º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06687F is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 104 | 127 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.50 |
| HSL | 191.41º | 0.91% | 0.26% | - |
| HSV(B) | 191.41º | 0.95% | 0.5% | - |
| XYZ | 8.86 | 11.47 | 21.83 | - |
| YUV | 77.32 | 156.03 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 127 | 0.95 | 0.18 | 0 | 0.50 | 191.41 | 0.91 | 0.26 |
| Hex | 6 | 68 | 7F | 5F | 12 | 0 | 32 | BF | 5B | 1A |
| Octal | 6 | 150 | 177 | 137 | 22 | 0 | 62 | 277 | 133 | 32 |
| Binary | 110 | 1101000 | 1111111 | 1011111 | 10010 | 0 | 110010 | 10111111 | 1011011 | 11010 |
Color Harmonies of #06687F
Complementary color
Monochromatic Colors of #06687F
Black with #06687F
Text Example
Text Example
White with #06687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06687F; }
p { color: rgb(6,104,127); }
H1.HeaderClassName
{
color: #06687F;
}
.AnyTagClassName
{
color: #06687F;
}
</style>
background-color css
<style>
a { background-color: #06687F; }
a { background-color: rgb(6,104,127); }
div.DivClassName
{
background-color: #06687F;
}
.BgClassName
{
background-color: #06687F;
}
</style>
border-color css
<style>
span { border-color: #06687F; }
span { border-color: rgb(6,104,127); }
td.TdClassName
{
border-color: #06687F;
}
.TagClassName
{
border-color: #06687F;
}
</style>