Shades of Blue Lagoon #006B85
Tints of Blue Lagoon #006B85
RGB
CMYK
RGB Variations
Color information
#006B85 (or 0x006B85) is known color: Blue Lagoon. HEX triplet: 00, 6B and 85. RGB value is (0,107,133). Sum of RGB (Red+Green+Blue) = 0+107+133=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 133 (52.34% from 255 or 55.42% from 240); Max value from RGB is 133 - color contains mainly: blue. Hex color #006B85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B85 is #FF947A. Grayscale: #4D4D4D. Windows color (decimal): -16749691 or 8743680. OLE color: 8743680.
HSL color Cylindrical-coordinate representation of color #006B85: hue angle of 191.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B85 is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 107 | 133 | - |
| CMYK | 1 | 0.20 | 0 | 0.48 |
| HSL | 191.73º | 1% | 0.26% | - |
| HSV(B) | 191.73º | 1% | 0.52% | - |
| XYZ | 9.49 | 12.21 | 24.05 | - |
| YUV | 77.97 | 159.05 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 107 | 133 | 1 | 0.20 | 0 | 0.48 | 191.73 | 1 | 0.26 |
| Hex | 0 | 6B | 85 | 64 | 14 | 0 | 30 | C0 | 64 | 1A |
| Octal | 0 | 153 | 205 | 144 | 24 | 0 | 60 | 300 | 144 | 32 |
| Binary | 0 | 1101011 | 10000101 | 1100100 | 10100 | 0 | 110000 | 11000000 | 1100100 | 11010 |
Color Harmonies of #006B85
Complementary color
Monochromatic Colors of #006B85
Black with #006B85
Text Example
Text Example
White with #006B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006B85; }
p { color: rgb(0,107,133); }
H1.HeaderClassName
{
color: #006B85;
}
.AnyTagClassName
{
color: #006B85;
}
</style>
background-color css
<style>
a { background-color: #006B85; }
a { background-color: rgb(0,107,133); }
div.DivClassName
{
background-color: #006B85;
}
.BgClassName
{
background-color: #006B85;
}
</style>
border-color css
<style>
span { border-color: #006B85; }
span { border-color: rgb(0,107,133); }
td.TdClassName
{
border-color: #006B85;
}
.TagClassName
{
border-color: #006B85;
}
</style>