Shades of Blue Lagoon #066068
Tints of Blue Lagoon #066068
RGB
CMYK
RGB Variations
Color information
#066068 (or 0x066068) is known color: Blue Lagoon. HEX triplet: 06, 60 and 68. RGB value is (6,96,104). Sum of RGB (Red+Green+Blue) = 6+96+104=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 96 (37.89% from 255 or 46.60% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #066068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066068 is #F99F97. Grayscale: #454545. Windows color (decimal): -16359320 or 6840326. OLE color: 6840326.
HSL color Cylindrical-coordinate representation of color #066068: hue angle of 184.9º 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 #066068 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 96 | 104 | - |
| CMYK | 0.94 | 0.08 | 0 | 0.59 |
| HSL | 184.9º | 0.89% | 0.22% | - |
| HSV(B) | 184.9º | 0.94% | 0.41% | - |
| XYZ | 6.76 | 9.4 | 14.56 | - |
| YUV | 70 | 147.18 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 104 | 0.94 | 0.08 | 0 | 0.59 | 184.9 | 0.89 | 0.22 |
| Hex | 6 | 60 | 68 | 5E | 8 | 0 | 3B | B9 | 59 | 16 |
| Octal | 6 | 140 | 150 | 136 | 10 | 0 | 73 | 271 | 131 | 26 |
| Binary | 110 | 1100000 | 1101000 | 1011110 | 1000 | 0 | 111011 | 10111001 | 1011001 | 10110 |
Color Harmonies of #066068
Complementary color
Monochromatic Colors of #066068
Black with #066068
Text Example
Text Example
White with #066068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066068; }
p { color: rgb(6,96,104); }
H1.HeaderClassName
{
color: #066068;
}
.AnyTagClassName
{
color: #066068;
}
</style>
background-color css
<style>
a { background-color: #066068; }
a { background-color: rgb(6,96,104); }
div.DivClassName
{
background-color: #066068;
}
.BgClassName
{
background-color: #066068;
}
</style>
border-color css
<style>
span { border-color: #066068; }
span { border-color: rgb(6,96,104); }
td.TdClassName
{
border-color: #066068;
}
.TagClassName
{
border-color: #066068;
}
</style>