Shades of Blue Lagoon #066975
Tints of Blue Lagoon #066975
RGB
CMYK
RGB Variations
Color information
#066975 (or 0x066975) is known color: Blue Lagoon. HEX triplet: 06, 69 and 75. RGB value is (6,105,117). Sum of RGB (Red+Green+Blue) = 6+105+117=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 117 (46.09% from 255 or 51.32% from 228); Max value from RGB is 117 - color contains mainly: blue. Hex color #066975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066975 is #F9968A. Grayscale: #4C4C4C. Windows color (decimal): -16357003 or 7694598. OLE color: 7694598.
HSL color Cylindrical-coordinate representation of color #066975: hue angle of 186.49º 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 #066975 is Cyan = 0.95, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 105 | 117 | - |
| CMYK | 0.95 | 0.10 | 0 | 0.54 |
| HSL | 186.49º | 0.9% | 0.24% | - |
| HSV(B) | 186.49º | 0.95% | 0.46% | - |
| XYZ | 8.34 | 11.43 | 18.6 | - |
| YUV | 76.77 | 150.7 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 117 | 0.95 | 0.10 | 0 | 0.54 | 186.49 | 0.9 | 0.24 |
| Hex | 6 | 69 | 75 | 5F | A | 0 | 36 | BA | 5A | 18 |
| Octal | 6 | 151 | 165 | 137 | 12 | 0 | 66 | 272 | 132 | 30 |
| Binary | 110 | 1101001 | 1110101 | 1011111 | 1010 | 0 | 110110 | 10111010 | 1011010 | 11000 |
Color Harmonies of #066975
Complementary color
Monochromatic Colors of #066975
Black with #066975
Text Example
Text Example
White with #066975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066975; }
p { color: rgb(6,105,117); }
H1.HeaderClassName
{
color: #066975;
}
.AnyTagClassName
{
color: #066975;
}
</style>
background-color css
<style>
a { background-color: #066975; }
a { background-color: rgb(6,105,117); }
div.DivClassName
{
background-color: #066975;
}
.BgClassName
{
background-color: #066975;
}
</style>
border-color css
<style>
span { border-color: #066975; }
span { border-color: rgb(6,105,117); }
td.TdClassName
{
border-color: #066975;
}
.TagClassName
{
border-color: #066975;
}
</style>