Shades of Blue Lagoon #006681
Tints of Blue Lagoon #006681
RGB
CMYK
RGB Variations
Color information
#006681 (or 0x006681) is known color: Blue Lagoon. HEX triplet: 00, 66 and 81. RGB value is (0,102,129). Sum of RGB (Red+Green+Blue) = 0+102+129=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 102 (40.23% from 255 or 44.16% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #006681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006681 is #FF997E. Grayscale: #4A4A4A. Windows color (decimal): -16750975 or 8480256. OLE color: 8480256.
HSL color Cylindrical-coordinate representation of color #006681: hue angle of 192.56º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006681 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 102 | 129 | - |
| CMYK | 1 | 0.21 | 0 | 0.49 |
| HSL | 192.56º | 1% | 0.25% | - |
| HSV(B) | 192.56º | 1% | 0.51% | - |
| XYZ | 8.71 | 11.09 | 22.45 | - |
| YUV | 74.58 | 158.71 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 102 | 129 | 1 | 0.21 | 0 | 0.49 | 192.56 | 1 | 0.25 |
| Hex | 0 | 66 | 81 | 64 | 15 | 0 | 31 | C1 | 64 | 19 |
| Octal | 0 | 146 | 201 | 144 | 25 | 0 | 61 | 301 | 144 | 31 |
| Binary | 0 | 1100110 | 10000001 | 1100100 | 10101 | 0 | 110001 | 11000001 | 1100100 | 11001 |
Color Harmonies of #006681
Complementary color
Monochromatic Colors of #006681
Black with #006681
Text Example
Text Example
White with #006681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006681; }
p { color: rgb(0,102,129); }
H1.HeaderClassName
{
color: #006681;
}
.AnyTagClassName
{
color: #006681;
}
</style>
background-color css
<style>
a { background-color: #006681; }
a { background-color: rgb(0,102,129); }
div.DivClassName
{
background-color: #006681;
}
.BgClassName
{
background-color: #006681;
}
</style>
border-color css
<style>
span { border-color: #006681; }
span { border-color: rgb(0,102,129); }
td.TdClassName
{
border-color: #006681;
}
.TagClassName
{
border-color: #006681;
}
</style>