Shades of Blue Lagoon #00688B
Tints of Blue Lagoon #00688B
RGB
CMYK
RGB Variations
Color information
#00688B (or 0x00688B) is known color: Blue Lagoon. HEX triplet: 00, 68 and 8B. RGB value is (0,104,139). Sum of RGB (Red+Green+Blue) = 0+104+139=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #00688B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00688B is #FF9774. Grayscale: #4C4C4C. Windows color (decimal): -16750453 or 9136128. OLE color: 9136128.
HSL color Cylindrical-coordinate representation of color #00688B: hue angle of 195.11º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00688B is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 104 | 139 | - |
| CMYK | 1 | 0.25 | 0 | 0.45 |
| HSL | 195.11º | 1% | 0.27% | - |
| HSV(B) | 195.11º | 1% | 0.55% | - |
| XYZ | 9.61 | 11.76 | 26.19 | - |
| YUV | 76.89 | 163.04 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 104 | 139 | 1 | 0.25 | 0 | 0.45 | 195.11 | 1 | 0.27 |
| Hex | 0 | 68 | 8B | 64 | 19 | 0 | 2D | C3 | 64 | 1B |
| Octal | 0 | 150 | 213 | 144 | 31 | 0 | 55 | 303 | 144 | 33 |
| Binary | 0 | 1101000 | 10001011 | 1100100 | 11001 | 0 | 101101 | 11000011 | 1100100 | 11011 |
Color Harmonies of #00688B
Complementary color
Monochromatic Colors of #00688B
Black with #00688B
Text Example
Text Example
White with #00688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00688B; }
p { color: rgb(0,104,139); }
H1.HeaderClassName
{
color: #00688B;
}
.AnyTagClassName
{
color: #00688B;
}
</style>
background-color css
<style>
a { background-color: #00688B; }
a { background-color: rgb(0,104,139); }
div.DivClassName
{
background-color: #00688B;
}
.BgClassName
{
background-color: #00688B;
}
</style>
border-color css
<style>
span { border-color: #00688B; }
span { border-color: rgb(0,104,139); }
td.TdClassName
{
border-color: #00688B;
}
.TagClassName
{
border-color: #00688B;
}
</style>