Shades of Blue Lagoon #066C75
Tints of Blue Lagoon #066C75
RGB
CMYK
RGB Variations
Color information
#066C75 (or 0x066C75) is known color: Blue Lagoon. HEX triplet: 06, 6C and 75. RGB value is (6,108,117). Sum of RGB (Red+Green+Blue) = 6+108+117=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #066C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #066C75 is #F9938A. Grayscale: #4E4E4E. Windows color (decimal): -16356235 or 7695366. OLE color: 7695366.
HSL color Cylindrical-coordinate representation of color #066C75: hue angle of 184.86º 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 #066C75 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 108 | 117 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.54 |
| HSL | 184.86º | 0.9% | 0.24% | - |
| HSV(B) | 184.86º | 0.95% | 0.46% | - |
| XYZ | 8.65 | 12.05 | 18.7 | - |
| YUV | 78.53 | 149.71 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 108 | 117 | 0.95 | 0.08 | 0 | 0.54 | 184.86 | 0.9 | 0.24 |
| Hex | 6 | 6C | 75 | 5F | 8 | 0 | 36 | B9 | 5A | 18 |
| Octal | 6 | 154 | 165 | 137 | 10 | 0 | 66 | 271 | 132 | 30 |
| Binary | 110 | 1101100 | 1110101 | 1011111 | 1000 | 0 | 110110 | 10111001 | 1011010 | 11000 |
Color Harmonies of #066C75
Complementary color
Monochromatic Colors of #066C75
Black with #066C75
Text Example
Text Example
White with #066C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066C75; }
p { color: rgb(6,108,117); }
H1.HeaderClassName
{
color: #066C75;
}
.AnyTagClassName
{
color: #066C75;
}
</style>
background-color css
<style>
a { background-color: #066C75; }
a { background-color: rgb(6,108,117); }
div.DivClassName
{
background-color: #066C75;
}
.BgClassName
{
background-color: #066C75;
}
</style>
border-color css
<style>
span { border-color: #066C75; }
span { border-color: rgb(6,108,117); }
td.TdClassName
{
border-color: #066C75;
}
.TagClassName
{
border-color: #066C75;
}
</style>