Shades of Blue Lagoon #00676B
Tints of Blue Lagoon #00676B
RGB
CMYK
RGB Variations
Color information
#00676B (or 0x00676B) is known color: Blue Lagoon. HEX triplet: 00, 67 and 6B. RGB value is (0,103,107). Sum of RGB (Red+Green+Blue) = 0+103+107=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #00676B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00676B is #FF9894. Grayscale: #484848. Windows color (decimal): -16750741 or 7038720. OLE color: 7038720.
HSL color Cylindrical-coordinate representation of color #00676B: hue angle of 182.24º 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 #00676B is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 0 | 103 | 107 | - |
| CMYK | 1 | 0.04 | 0 | 0.58 |
| HSL | 182.24º | 1% | 0.21% | - |
| HSV(B) | 182.24º | 1% | 0.42% | - |
| XYZ | 7.5 | 10.76 | 15.59 | - |
| YUV | 72.66 | 147.38 | 76.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 103 | 107 | 1 | 0.04 | 0 | 0.58 | 182.24 | 1 | 0.21 |
| Hex | 0 | 67 | 6B | 64 | 4 | 0 | 3A | B6 | 64 | 15 |
| Octal | 0 | 147 | 153 | 144 | 4 | 0 | 72 | 266 | 144 | 25 |
| Binary | 0 | 1100111 | 1101011 | 1100100 | 100 | 0 | 111010 | 10110110 | 1100100 | 10101 |
Color Harmonies of #00676B
Complementary color
Monochromatic Colors of #00676B
Black with #00676B
Text Example
Text Example
White with #00676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00676B; }
p { color: rgb(0,103,107); }
H1.HeaderClassName
{
color: #00676B;
}
.AnyTagClassName
{
color: #00676B;
}
</style>
background-color css
<style>
a { background-color: #00676B; }
a { background-color: rgb(0,103,107); }
div.DivClassName
{
background-color: #00676B;
}
.BgClassName
{
background-color: #00676B;
}
</style>
border-color css
<style>
span { border-color: #00676B; }
span { border-color: rgb(0,103,107); }
td.TdClassName
{
border-color: #00676B;
}
.TagClassName
{
border-color: #00676B;
}
</style>