Shades of Blue Lagoon #00697B
Tints of Blue Lagoon #00697B
RGB
CMYK
RGB Variations
Color information
#00697B (or 0x00697B) is known color: Blue Lagoon. HEX triplet: 00, 69 and 7B. RGB value is (0,105,123). Sum of RGB (Red+Green+Blue) = 0+105+123=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 123 (48.44% from 255 or 53.95% from 228); Max value from RGB is 123 - color contains mainly: blue. Hex color #00697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00697B is #FF9684. Grayscale: #4B4B4B. Windows color (decimal): -16750213 or 8087808. OLE color: 8087808.
HSL color Cylindrical-coordinate representation of color #00697B: hue angle of 188.78º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00697B is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 105 | 123 | - |
| CMYK | 1 | 0.15 | 0 | 0.52 |
| HSL | 188.78º | 1% | 0.24% | - |
| HSV(B) | 188.78º | 1% | 0.48% | - |
| XYZ | 8.63 | 11.53 | 20.51 | - |
| YUV | 75.66 | 154.71 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 105 | 123 | 1 | 0.15 | 0 | 0.52 | 188.78 | 1 | 0.24 |
| Hex | 0 | 69 | 7B | 64 | F | 0 | 34 | BD | 64 | 18 |
| Octal | 0 | 151 | 173 | 144 | 17 | 0 | 64 | 275 | 144 | 30 |
| Binary | 0 | 1101001 | 1111011 | 1100100 | 1111 | 0 | 110100 | 10111101 | 1100100 | 11000 |
Color Harmonies of #00697B
Complementary color
Monochromatic Colors of #00697B
Black with #00697B
Text Example
Text Example
White with #00697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00697B; }
p { color: rgb(0,105,123); }
H1.HeaderClassName
{
color: #00697B;
}
.AnyTagClassName
{
color: #00697B;
}
</style>
background-color css
<style>
a { background-color: #00697B; }
a { background-color: rgb(0,105,123); }
div.DivClassName
{
background-color: #00697B;
}
.BgClassName
{
background-color: #00697B;
}
</style>
border-color css
<style>
span { border-color: #00697B; }
span { border-color: rgb(0,105,123); }
td.TdClassName
{
border-color: #00697B;
}
.TagClassName
{
border-color: #00697B;
}
</style>