Shades of Blue Lagoon #00696A
Tints of Blue Lagoon #00696A
RGB
CMYK
RGB Variations
Color information
#00696A (or 0x00696A) is known color: Blue Lagoon. HEX triplet: 00, 69 and 6A. RGB value is (0,105,106). Sum of RGB (Red+Green+Blue) = 0+105+106=211 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #00696A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00696A is #FF9695. Grayscale: #494949. Windows color (decimal): -16750230 or 6973696. OLE color: 6973696.
HSL color Cylindrical-coordinate representation of color #00696A: hue angle of 180.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00696A is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 105 | 106 | - |
| CMYK | 1 | 0.01 | 0 | 0.58 |
| HSL | 180.57º | 1% | 0.21% | - |
| HSV(B) | 180.57º | 1% | 0.42% | - |
| XYZ | 7.65 | 11.14 | 15.38 | - |
| YUV | 73.72 | 146.21 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 106 | 1 | 0.01 | 0 | 0.58 | 180.57 | 1 | 0.21 |
| Hex | 0 | 69 | 6A | 64 | 1 | 0 | 3A | B5 | 64 | 15 |
| Octal | 0 | 151 | 152 | 144 | 1 | 0 | 72 | 265 | 144 | 25 |
| Binary | 0 | 1101001 | 1101010 | 1100100 | 1 | 0 | 111010 | 10110101 | 1100100 | 10101 |
Color Harmonies of #00696A
Complementary color
Monochromatic Colors of #00696A
Black with #00696A
Text Example
Text Example
White with #00696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00696A; }
p { color: rgb(0,105,106); }
H1.HeaderClassName
{
color: #00696A;
}
.AnyTagClassName
{
color: #00696A;
}
</style>
background-color css
<style>
a { background-color: #00696A; }
a { background-color: rgb(0,105,106); }
div.DivClassName
{
background-color: #00696A;
}
.BgClassName
{
background-color: #00696A;
}
</style>
border-color css
<style>
span { border-color: #00696A; }
span { border-color: rgb(0,105,106); }
td.TdClassName
{
border-color: #00696A;
}
.TagClassName
{
border-color: #00696A;
}
</style>