Shades of Blue Lagoon #06656C
Tints of Blue Lagoon #06656C
RGB
CMYK
RGB Variations
Color information
#06656C (or 0x06656C) is known color: Blue Lagoon. HEX triplet: 06, 65 and 6C. RGB value is (6,101,108). Sum of RGB (Red+Green+Blue) = 6+101+108=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #06656C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06656C is #F99A93. Grayscale: #494949. Windows color (decimal): -16358036 or 7103750. OLE color: 7103750.
HSL color Cylindrical-coordinate representation of color #06656C: hue angle of 184.12º 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 #06656C is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 101 | 108 | - |
| CMYK | 0.94 | 0.06 | 0 | 0.58 |
| HSL | 184.12º | 0.89% | 0.22% | - |
| HSV(B) | 184.12º | 0.94% | 0.42% | - |
| XYZ | 7.44 | 10.43 | 15.81 | - |
| YUV | 73.39 | 147.53 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 108 | 0.94 | 0.06 | 0 | 0.58 | 184.12 | 0.89 | 0.22 |
| Hex | 6 | 65 | 6C | 5E | 6 | 0 | 3A | B8 | 59 | 16 |
| Octal | 6 | 145 | 154 | 136 | 6 | 0 | 72 | 270 | 131 | 26 |
| Binary | 110 | 1100101 | 1101100 | 1011110 | 110 | 0 | 111010 | 10111000 | 1011001 | 10110 |
Color Harmonies of #06656C
Complementary color
Monochromatic Colors of #06656C
Black with #06656C
Text Example
Text Example
White with #06656C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06656C; }
p { color: rgb(6,101,108); }
H1.HeaderClassName
{
color: #06656C;
}
.AnyTagClassName
{
color: #06656C;
}
</style>
background-color css
<style>
a { background-color: #06656C; }
a { background-color: rgb(6,101,108); }
div.DivClassName
{
background-color: #06656C;
}
.BgClassName
{
background-color: #06656C;
}
</style>
border-color css
<style>
span { border-color: #06656C; }
span { border-color: rgb(6,101,108); }
td.TdClassName
{
border-color: #06656C;
}
.TagClassName
{
border-color: #06656C;
}
</style>