Shades of Blue Lagoon #066668
Tints of Blue Lagoon #066668
RGB
CMYK
RGB Variations
Color information
#066668 (or 0x066668) is known color: Blue Lagoon. HEX triplet: 06, 66 and 68. RGB value is (6,102,104). Sum of RGB (Red+Green+Blue) = 6+102+104=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 104 (41.02% from 255 or 49.06% from 212); Max value from RGB is 104 - color contains mainly: blue. Hex color #066668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066668 is #F99997. Grayscale: #494949. Windows color (decimal): -16357784 or 6841862. OLE color: 6841862.
HSL color Cylindrical-coordinate representation of color #066668: hue angle of 181.22º 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 #066668 is Cyan = 0.94, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 102 | 104 | - |
| CMYK | 0.94 | 0.02 | 0 | 0.59 |
| HSL | 181.22º | 0.89% | 0.22% | - |
| HSV(B) | 181.22º | 0.94% | 0.41% | - |
| XYZ | 7.33 | 10.54 | 14.75 | - |
| YUV | 73.52 | 145.2 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 102 | 104 | 0.94 | 0.02 | 0 | 0.59 | 181.22 | 0.89 | 0.22 |
| Hex | 6 | 66 | 68 | 5E | 2 | 0 | 3B | B5 | 59 | 16 |
| Octal | 6 | 146 | 150 | 136 | 2 | 0 | 73 | 265 | 131 | 26 |
| Binary | 110 | 1100110 | 1101000 | 1011110 | 10 | 0 | 111011 | 10110101 | 1011001 | 10110 |
Color Harmonies of #066668
Complementary color
Monochromatic Colors of #066668
Black with #066668
Text Example
Text Example
White with #066668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066668; }
p { color: rgb(6,102,104); }
H1.HeaderClassName
{
color: #066668;
}
.AnyTagClassName
{
color: #066668;
}
</style>
background-color css
<style>
a { background-color: #066668; }
a { background-color: rgb(6,102,104); }
div.DivClassName
{
background-color: #066668;
}
.BgClassName
{
background-color: #066668;
}
</style>
border-color css
<style>
span { border-color: #066668; }
span { border-color: rgb(6,102,104); }
td.TdClassName
{
border-color: #066668;
}
.TagClassName
{
border-color: #066668;
}
</style>