Shades of Blue Lagoon #066168
Tints of Blue Lagoon #066168
RGB
CMYK
RGB Variations
Color information
#066168 (or 0x066168) is known color: Blue Lagoon. HEX triplet: 06, 61 and 68. RGB value is (6,97,104). Sum of RGB (Red+Green+Blue) = 6+97+104=207 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.90% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #066168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066168 is #F99E97. Grayscale: #464646. Windows color (decimal): -16359064 or 6840582. OLE color: 6840582.
HSL color Cylindrical-coordinate representation of color #066168: hue angle of 184.29º 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 #066168 is Cyan = 0.94, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 97 | 104 | - |
| CMYK | 0.94 | 0.07 | 0 | 0.59 |
| HSL | 184.29º | 0.89% | 0.22% | - |
| HSV(B) | 184.29º | 0.94% | 0.41% | - |
| XYZ | 6.85 | 9.59 | 14.59 | - |
| YUV | 70.59 | 146.85 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 104 | 0.94 | 0.07 | 0 | 0.59 | 184.29 | 0.89 | 0.22 |
| Hex | 6 | 61 | 68 | 5E | 7 | 0 | 3B | B8 | 59 | 16 |
| Octal | 6 | 141 | 150 | 136 | 7 | 0 | 73 | 270 | 131 | 26 |
| Binary | 110 | 1100001 | 1101000 | 1011110 | 111 | 0 | 111011 | 10111000 | 1011001 | 10110 |
Color Harmonies of #066168
Complementary color
Monochromatic Colors of #066168
Black with #066168
Text Example
Text Example
White with #066168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066168; }
p { color: rgb(6,97,104); }
H1.HeaderClassName
{
color: #066168;
}
.AnyTagClassName
{
color: #066168;
}
</style>
background-color css
<style>
a { background-color: #066168; }
a { background-color: rgb(6,97,104); }
div.DivClassName
{
background-color: #066168;
}
.BgClassName
{
background-color: #066168;
}
</style>
border-color css
<style>
span { border-color: #066168; }
span { border-color: rgb(6,97,104); }
td.TdClassName
{
border-color: #066168;
}
.TagClassName
{
border-color: #066168;
}
</style>