Shades of Blue Lagoon #066867
Tints of Blue Lagoon #066867
RGB
CMYK
RGB Variations
Color information
#066867 (or 0x066867) is known color: Blue Lagoon. HEX triplet: 06, 68 and 67. RGB value is (6,104,103). Sum of RGB (Red+Green+Blue) = 6+104+103=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 104 (41.02% from 255 or 48.83% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 104 - color contains mainly: green. Hex color #066867 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066867 is #F99798. Grayscale: #4A4A4A. Windows color (decimal): -16357273 or 6776838. OLE color: 6776838.
HSL color Cylindrical-coordinate representation of color #066867: hue angle of 179.39º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066867 is Cyan = 0.94, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 103 | - |
| CMYK | 0.94 | 0 | 0.01 | 0.59 |
| HSL | 179.39º | 0.89% | 0.22% | - |
| HSV(B) | 179.39º | 0.94% | 0.41% | - |
| XYZ | 7.47 | 10.92 | 14.55 | - |
| YUV | 74.58 | 144.03 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 103 | 0.94 | 0 | 0.01 | 0.59 | 179.39 | 0.89 | 0.22 |
| Hex | 6 | 68 | 67 | 5E | 0 | 1 | 3B | B3 | 59 | 16 |
| Octal | 6 | 150 | 147 | 136 | 0 | 1 | 73 | 263 | 131 | 26 |
| Binary | 110 | 1101000 | 1100111 | 1011110 | 0 | 1 | 111011 | 10110011 | 1011001 | 10110 |
Color Harmonies of #066867
Complementary color
Monochromatic Colors of #066867
Black with #066867
Text Example
Text Example
White with #066867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066867; }
p { color: rgb(6,104,103); }
H1.HeaderClassName
{
color: #066867;
}
.AnyTagClassName
{
color: #066867;
}
</style>
background-color css
<style>
a { background-color: #066867; }
a { background-color: rgb(6,104,103); }
div.DivClassName
{
background-color: #066867;
}
.BgClassName
{
background-color: #066867;
}
</style>
border-color css
<style>
span { border-color: #066867; }
span { border-color: rgb(6,104,103); }
td.TdClassName
{
border-color: #066867;
}
.TagClassName
{
border-color: #066867;
}
</style>