Shades of Blue Lagoon #006067
Tints of Blue Lagoon #006067
RGB
CMYK
RGB Variations
Color information
#006067 (or 0x006067) is known color: Blue Lagoon. HEX triplet: 00, 60 and 67. RGB value is (0,96,103). Sum of RGB (Red+Green+Blue) = 0+96+103=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 96 (37.89% from 255 or 48.24% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #006067 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006067 is #FF9F98. Grayscale: #434343. Windows color (decimal): -16752537 or 6774784. OLE color: 6774784.
HSL color Cylindrical-coordinate representation of color #006067: hue angle of 184.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006067 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 96 | 103 | - |
| CMYK | 1 | 0.07 | 0 | 0.60 |
| HSL | 184.08º | 1% | 0.2% | - |
| HSV(B) | 184.08º | 1% | 0.4% | - |
| XYZ | 6.63 | 9.35 | 14.29 | - |
| YUV | 68.09 | 147.7 | 79.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 103 | 1 | 0.07 | 0 | 0.60 | 184.08 | 1 | 0.2 |
| Hex | 0 | 60 | 67 | 64 | 7 | 0 | 3C | B8 | 64 | 14 |
| Octal | 0 | 140 | 147 | 144 | 7 | 0 | 74 | 270 | 144 | 24 |
| Binary | 0 | 1100000 | 1100111 | 1100100 | 111 | 0 | 111100 | 10111000 | 1100100 | 10100 |
Color Harmonies of #006067
Complementary color
Monochromatic Colors of #006067
Black with #006067
Text Example
Text Example
White with #006067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006067; }
p { color: rgb(0,96,103); }
H1.HeaderClassName
{
color: #006067;
}
.AnyTagClassName
{
color: #006067;
}
</style>
background-color css
<style>
a { background-color: #006067; }
a { background-color: rgb(0,96,103); }
div.DivClassName
{
background-color: #006067;
}
.BgClassName
{
background-color: #006067;
}
</style>
border-color css
<style>
span { border-color: #006067; }
span { border-color: rgb(0,96,103); }
td.TdClassName
{
border-color: #006067;
}
.TagClassName
{
border-color: #006067;
}
</style>