Shades of Blue Lagoon #006481
Tints of Blue Lagoon #006481
RGB
CMYK
RGB Variations
Color information
#006481 (or 0x006481) is known color: Blue Lagoon. HEX triplet: 00, 64 and 81. RGB value is (0,100,129). Sum of RGB (Red+Green+Blue) = 0+100+129=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 100 (39.45% from 255 or 43.67% from 229); Blue value is 129 (50.78% from 255 or 56.33% from 229); Max value from RGB is 129 - color contains mainly: blue. Hex color #006481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006481 is #FF9B7E. Grayscale: #494949. Windows color (decimal): -16751487 or 8479744. OLE color: 8479744.
HSL color Cylindrical-coordinate representation of color #006481: hue angle of 193.49º 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 #006481 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 0 | 100 | 129 | - |
| CMYK | 1 | 0.22 | 0 | 0.49 |
| HSL | 193.49º | 1% | 0.25% | - |
| HSV(B) | 193.49º | 1% | 0.51% | - |
| XYZ | 8.52 | 10.7 | 22.39 | - |
| YUV | 73.41 | 159.37 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 129 | 1 | 0.22 | 0 | 0.49 | 193.49 | 1 | 0.25 |
| Hex | 0 | 64 | 81 | 64 | 16 | 0 | 31 | C1 | 64 | 19 |
| Octal | 0 | 144 | 201 | 144 | 26 | 0 | 61 | 301 | 144 | 31 |
| Binary | 0 | 1100100 | 10000001 | 1100100 | 10110 | 0 | 110001 | 11000001 | 1100100 | 11001 |
Color Harmonies of #006481
Complementary color
Monochromatic Colors of #006481
Black with #006481
Text Example
Text Example
White with #006481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006481; }
p { color: rgb(0,100,129); }
H1.HeaderClassName
{
color: #006481;
}
.AnyTagClassName
{
color: #006481;
}
</style>
background-color css
<style>
a { background-color: #006481; }
a { background-color: rgb(0,100,129); }
div.DivClassName
{
background-color: #006481;
}
.BgClassName
{
background-color: #006481;
}
</style>
border-color css
<style>
span { border-color: #006481; }
span { border-color: rgb(0,100,129); }
td.TdClassName
{
border-color: #006481;
}
.TagClassName
{
border-color: #006481;
}
</style>