Shades of Blue Lagoon #06656D
Tints of Blue Lagoon #06656D
RGB
CMYK
RGB Variations
Color information
#06656D (or 0x06656D) is known color: Blue Lagoon. HEX triplet: 06, 65 and 6D. RGB value is (6,101,109). Sum of RGB (Red+Green+Blue) = 6+101+109=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #06656D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06656D is #F99A92. Grayscale: #494949. Windows color (decimal): -16358035 or 7169286. OLE color: 7169286.
HSL color Cylindrical-coordinate representation of color #06656D: hue angle of 184.66º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06656D is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 101 | 109 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.57 |
| HSL | 184.66º | 0.9% | 0.23% | - |
| HSV(B) | 184.66º | 0.94% | 0.43% | - |
| XYZ | 7.49 | 10.45 | 16.09 | - |
| YUV | 73.51 | 148.03 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 109 | 0.94 | 0.07 | 0 | 0.57 | 184.66 | 0.9 | 0.23 |
| Hex | 6 | 65 | 6D | 5E | 7 | 0 | 39 | B9 | 5A | 17 |
| Octal | 6 | 145 | 155 | 136 | 7 | 0 | 71 | 271 | 132 | 27 |
| Binary | 110 | 1100101 | 1101101 | 1011110 | 111 | 0 | 111001 | 10111001 | 1011010 | 10111 |
Color Harmonies of #06656D
Complementary color
Monochromatic Colors of #06656D
Black with #06656D
Text Example
Text Example
White with #06656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06656D; }
p { color: rgb(6,101,109); }
H1.HeaderClassName
{
color: #06656D;
}
.AnyTagClassName
{
color: #06656D;
}
</style>
background-color css
<style>
a { background-color: #06656D; }
a { background-color: rgb(6,101,109); }
div.DivClassName
{
background-color: #06656D;
}
.BgClassName
{
background-color: #06656D;
}
</style>
border-color css
<style>
span { border-color: #06656D; }
span { border-color: rgb(6,101,109); }
td.TdClassName
{
border-color: #06656D;
}
.TagClassName
{
border-color: #06656D;
}
</style>