Shades of Blue Lagoon #006081
Tints of Blue Lagoon #006081
RGB
CMYK
RGB Variations
Color information
#006081 (or 0x006081) is known color: Blue Lagoon. HEX triplet: 00, 60 and 81. RGB value is (0,96,129). Sum of RGB (Red+Green+Blue) = 0+96+129=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 96 (37.89% from 255 or 42.67% from 225); Blue value is 129 (50.78% from 255 or 57.33% from 225); Max value from RGB is 129 - color contains mainly: blue. Hex color #006081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006081 is #FF9F7E. Grayscale: #464646. Windows color (decimal): -16752511 or 8478720. OLE color: 8478720.
HSL color Cylindrical-coordinate representation of color #006081: hue angle of 195.35º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006081 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 96 | 129 | - |
| CMYK | 1 | 0.26 | 0 | 0.49 |
| HSL | 195.35º | 1% | 0.25% | - |
| HSV(B) | 195.35º | 1% | 0.51% | - |
| XYZ | 8.15 | 9.95 | 22.26 | - |
| YUV | 71.06 | 160.7 | 77.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 96 | 129 | 1 | 0.26 | 0 | 0.49 | 195.35 | 1 | 0.25 |
| Hex | 0 | 60 | 81 | 64 | 1A | 0 | 31 | C3 | 64 | 19 |
| Octal | 0 | 140 | 201 | 144 | 32 | 0 | 61 | 303 | 144 | 31 |
| Binary | 0 | 1100000 | 10000001 | 1100100 | 11010 | 0 | 110001 | 11000011 | 1100100 | 11001 |
Color Harmonies of #006081
Complementary color
Monochromatic Colors of #006081
Black with #006081
Text Example
Text Example
White with #006081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006081; }
p { color: rgb(0,96,129); }
H1.HeaderClassName
{
color: #006081;
}
.AnyTagClassName
{
color: #006081;
}
</style>
background-color css
<style>
a { background-color: #006081; }
a { background-color: rgb(0,96,129); }
div.DivClassName
{
background-color: #006081;
}
.BgClassName
{
background-color: #006081;
}
</style>
border-color css
<style>
span { border-color: #006081; }
span { border-color: rgb(0,96,129); }
td.TdClassName
{
border-color: #006081;
}
.TagClassName
{
border-color: #006081;
}
</style>