Shades of Blue Lagoon #066775
Tints of Blue Lagoon #066775
RGB
CMYK
RGB Variations
Color information
#066775 (or 0x066775) is known color: Blue Lagoon. HEX triplet: 06, 67 and 75. RGB value is (6,103,117). Sum of RGB (Red+Green+Blue) = 6+103+117=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 117 (46.09% from 255 or 51.77% from 226); Max value from RGB is 117 - color contains mainly: blue. Hex color #066775 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066775 is #F9988A. Grayscale: #4B4B4B. Windows color (decimal): -16357515 or 7694086. OLE color: 7694086.
HSL color Cylindrical-coordinate representation of color #066775: hue angle of 187.57º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066775 is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 103 | 117 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.54 |
| HSL | 187.57º | 0.9% | 0.24% | - |
| HSV(B) | 187.57º | 0.95% | 0.46% | - |
| XYZ | 8.14 | 11.02 | 18.53 | - |
| YUV | 75.59 | 151.36 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 117 | 0.95 | 0.12 | 0 | 0.54 | 187.57 | 0.9 | 0.24 |
| Hex | 6 | 67 | 75 | 5F | C | 0 | 36 | BC | 5A | 18 |
| Octal | 6 | 147 | 165 | 137 | 14 | 0 | 66 | 274 | 132 | 30 |
| Binary | 110 | 1100111 | 1110101 | 1011111 | 1100 | 0 | 110110 | 10111100 | 1011010 | 11000 |
Color Harmonies of #066775
Complementary color
Monochromatic Colors of #066775
Black with #066775
Text Example
Text Example
White with #066775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066775; }
p { color: rgb(6,103,117); }
H1.HeaderClassName
{
color: #066775;
}
.AnyTagClassName
{
color: #066775;
}
</style>
background-color css
<style>
a { background-color: #066775; }
a { background-color: rgb(6,103,117); }
div.DivClassName
{
background-color: #066775;
}
.BgClassName
{
background-color: #066775;
}
</style>
border-color css
<style>
span { border-color: #066775; }
span { border-color: rgb(6,103,117); }
td.TdClassName
{
border-color: #066775;
}
.TagClassName
{
border-color: #066775;
}
</style>