Shades of Blue Lagoon #006168
Tints of Blue Lagoon #006168
RGB
CMYK
RGB Variations
Color information
#006168 (or 0x006168) is known color: Blue Lagoon. HEX triplet: 00, 61 and 68. RGB value is (0,97,104). Sum of RGB (Red+Green+Blue) = 0+97+104=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #006168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006168 is #FF9E97. Grayscale: #444444. Windows color (decimal): -16752280 or 6840576. OLE color: 6840576.
HSL color Cylindrical-coordinate representation of color #006168: hue angle of 184.04º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006168 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 97 | 104 | - |
| CMYK | 1 | 0.07 | 0 | 0.59 |
| HSL | 184.04º | 1% | 0.2% | - |
| HSV(B) | 184.04º | 1% | 0.41% | - |
| XYZ | 6.77 | 9.55 | 14.58 | - |
| YUV | 68.8 | 147.86 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 97 | 104 | 1 | 0.07 | 0 | 0.59 | 184.04 | 1 | 0.2 |
| Hex | 0 | 61 | 68 | 64 | 7 | 0 | 3B | B8 | 64 | 14 |
| Octal | 0 | 141 | 150 | 144 | 7 | 0 | 73 | 270 | 144 | 24 |
| Binary | 0 | 1100001 | 1101000 | 1100100 | 111 | 0 | 111011 | 10111000 | 1100100 | 10100 |
Color Harmonies of #006168
Complementary color
Monochromatic Colors of #006168
Black with #006168
Text Example
Text Example
White with #006168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006168; }
p { color: rgb(0,97,104); }
H1.HeaderClassName
{
color: #006168;
}
.AnyTagClassName
{
color: #006168;
}
</style>
background-color css
<style>
a { background-color: #006168; }
a { background-color: rgb(0,97,104); }
div.DivClassName
{
background-color: #006168;
}
.BgClassName
{
background-color: #006168;
}
</style>
border-color css
<style>
span { border-color: #006168; }
span { border-color: rgb(0,97,104); }
td.TdClassName
{
border-color: #006168;
}
.TagClassName
{
border-color: #006168;
}
</style>