Shades of Blue Lagoon #00678C
Tints of Blue Lagoon #00678C
RGB
CMYK
RGB Variations
Color information
#00678C (or 0x00678C) is known color: Blue Lagoon. HEX triplet: 00, 67 and 8C. RGB value is (0,103,140). Sum of RGB (Red+Green+Blue) = 0+103+140=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #00678C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00678C is #FF9873. Grayscale: #4C4C4C. Windows color (decimal): -16750708 or 9201408. OLE color: 9201408.
HSL color Cylindrical-coordinate representation of color #00678C: hue angle of 195.86º 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 #00678C is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 103 | 140 | - |
| CMYK | 1 | 0.26 | 0 | 0.45 |
| HSL | 195.86º | 1% | 0.27% | - |
| HSV(B) | 195.86º | 1% | 0.55% | - |
| XYZ | 9.58 | 11.59 | 26.54 | - |
| YUV | 76.42 | 163.88 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 140 | 1 | 0.26 | 0 | 0.45 | 195.86 | 1 | 0.27 |
| Hex | 0 | 67 | 8C | 64 | 1A | 0 | 2D | C4 | 64 | 1B |
| Octal | 0 | 147 | 214 | 144 | 32 | 0 | 55 | 304 | 144 | 33 |
| Binary | 0 | 1100111 | 10001100 | 1100100 | 11010 | 0 | 101101 | 11000100 | 1100100 | 11011 |
Color Harmonies of #00678C
Complementary color
Monochromatic Colors of #00678C
Black with #00678C
Text Example
Text Example
White with #00678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00678C; }
p { color: rgb(0,103,140); }
H1.HeaderClassName
{
color: #00678C;
}
.AnyTagClassName
{
color: #00678C;
}
</style>
background-color css
<style>
a { background-color: #00678C; }
a { background-color: rgb(0,103,140); }
div.DivClassName
{
background-color: #00678C;
}
.BgClassName
{
background-color: #00678C;
}
</style>
border-color css
<style>
span { border-color: #00678C; }
span { border-color: rgb(0,103,140); }
td.TdClassName
{
border-color: #00678C;
}
.TagClassName
{
border-color: #00678C;
}
</style>