Shades of Blue Lagoon #06657D
Tints of Blue Lagoon #06657D
RGB
CMYK
RGB Variations
Color information
#06657D (or 0x06657D) is known color: Blue Lagoon. HEX triplet: 06, 65 and 7D. RGB value is (6,101,125). Sum of RGB (Red+Green+Blue) = 6+101+125=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #06657D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06657D is #F99A82. Grayscale: #4B4B4B. Windows color (decimal): -16358019 or 8217862. OLE color: 8217862.
HSL color Cylindrical-coordinate representation of color #06657D: hue angle of 192.1º 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 #06657D is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 101 | 125 | - |
| CMYK | 0.95 | 0.19 | 0 | 0.51 |
| HSL | 192.1º | 0.91% | 0.26% | - |
| HSV(B) | 192.1º | 0.95% | 0.49% | - |
| XYZ | 8.43 | 10.83 | 21.05 | - |
| YUV | 75.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 125 | 0.95 | 0.19 | 0 | 0.51 | 192.1 | 0.91 | 0.26 |
| Hex | 6 | 65 | 7D | 5F | 13 | 0 | 33 | C0 | 5B | 1A |
| Octal | 6 | 145 | 175 | 137 | 23 | 0 | 63 | 300 | 133 | 32 |
| Binary | 110 | 1100101 | 1111101 | 1011111 | 10011 | 0 | 110011 | 11000000 | 1011011 | 11010 |
Color Harmonies of #06657D
Complementary color
Monochromatic Colors of #06657D
Black with #06657D
Text Example
Text Example
White with #06657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06657D; }
p { color: rgb(6,101,125); }
H1.HeaderClassName
{
color: #06657D;
}
.AnyTagClassName
{
color: #06657D;
}
</style>
background-color css
<style>
a { background-color: #06657D; }
a { background-color: rgb(6,101,125); }
div.DivClassName
{
background-color: #06657D;
}
.BgClassName
{
background-color: #06657D;
}
</style>
border-color css
<style>
span { border-color: #06657D; }
span { border-color: rgb(6,101,125); }
td.TdClassName
{
border-color: #06657D;
}
.TagClassName
{
border-color: #06657D;
}
</style>