Shades of Blue Lagoon #06677A
Tints of Blue Lagoon #06677A
RGB
CMYK
RGB Variations
Color information
#06677A (or 0x06677A) is known color: Blue Lagoon. HEX triplet: 06, 67 and 7A. RGB value is (6,103,122). Sum of RGB (Red+Green+Blue) = 6+103+122=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 103 (40.62% from 255 or 44.59% from 231); Blue value is 122 (48.05% from 255 or 52.81% from 231); Max value from RGB is 122 - color contains mainly: blue. Hex color #06677A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06677A is #F99885. Grayscale: #4B4B4B. Windows color (decimal): -16357510 or 8021766. OLE color: 8021766.
HSL color Cylindrical-coordinate representation of color #06677A: hue angle of 189.83º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06677A is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 6 | 103 | 122 | - |
| CMYK | 0.95 | 0.16 | 0 | 0.52 |
| HSL | 189.83º | 0.91% | 0.25% | - |
| HSV(B) | 189.83º | 0.95% | 0.48% | - |
| XYZ | 8.44 | 11.14 | 20.12 | - |
| YUV | 76.16 | 153.86 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 122 | 0.95 | 0.16 | 0 | 0.52 | 189.83 | 0.91 | 0.25 |
| Hex | 6 | 67 | 7A | 5F | 10 | 0 | 34 | BE | 5B | 19 |
| Octal | 6 | 147 | 172 | 137 | 20 | 0 | 64 | 276 | 133 | 31 |
| Binary | 110 | 1100111 | 1111010 | 1011111 | 10000 | 0 | 110100 | 10111110 | 1011011 | 11001 |
Color Harmonies of #06677A
Complementary color
Monochromatic Colors of #06677A
Black with #06677A
Text Example
Text Example
White with #06677A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06677A; }
p { color: rgb(6,103,122); }
H1.HeaderClassName
{
color: #06677A;
}
.AnyTagClassName
{
color: #06677A;
}
</style>
background-color css
<style>
a { background-color: #06677A; }
a { background-color: rgb(6,103,122); }
div.DivClassName
{
background-color: #06677A;
}
.BgClassName
{
background-color: #06677A;
}
</style>
border-color css
<style>
span { border-color: #06677A; }
span { border-color: rgb(6,103,122); }
td.TdClassName
{
border-color: #06677A;
}
.TagClassName
{
border-color: #06677A;
}
</style>