Shades of Blue Lagoon #006467
Tints of Blue Lagoon #006467
RGB
CMYK
RGB Variations
Color information
#006467 (or 0x006467) is known color: Blue Lagoon. HEX triplet: 00, 64 and 67. RGB value is (0,100,103). Sum of RGB (Red+Green+Blue) = 0+100+103=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 100 (39.45% from 255 or 49.26% from 203); Blue value is 103 (40.62% from 255 or 50.74% from 203); Max value from RGB is 103 - color contains mainly: blue. Hex color #006467 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006467 is #FF9B98. Grayscale: #464646. Windows color (decimal): -16751513 or 6775808. OLE color: 6775808.
HSL color Cylindrical-coordinate representation of color #006467: hue angle of 181.75º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006467 is Cyan = 1, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 0 | 100 | 103 | - |
| CMYK | 1 | 0.03 | 0 | 0.60 |
| HSL | 181.75º | 1% | 0.2% | - |
| HSV(B) | 181.75º | 1% | 0.4% | - |
| XYZ | 7.01 | 10.09 | 14.41 | - |
| YUV | 70.44 | 146.37 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 100 | 103 | 1 | 0.03 | 0 | 0.60 | 181.75 | 1 | 0.2 |
| Hex | 0 | 64 | 67 | 64 | 3 | 0 | 3C | B6 | 64 | 14 |
| Octal | 0 | 144 | 147 | 144 | 3 | 0 | 74 | 266 | 144 | 24 |
| Binary | 0 | 1100100 | 1100111 | 1100100 | 11 | 0 | 111100 | 10110110 | 1100100 | 10100 |
Color Harmonies of #006467
Complementary color
Monochromatic Colors of #006467
Black with #006467
Text Example
Text Example
White with #006467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006467; }
p { color: rgb(0,100,103); }
H1.HeaderClassName
{
color: #006467;
}
.AnyTagClassName
{
color: #006467;
}
</style>
background-color css
<style>
a { background-color: #006467; }
a { background-color: rgb(0,100,103); }
div.DivClassName
{
background-color: #006467;
}
.BgClassName
{
background-color: #006467;
}
</style>
border-color css
<style>
span { border-color: #006467; }
span { border-color: rgb(0,100,103); }
td.TdClassName
{
border-color: #006467;
}
.TagClassName
{
border-color: #006467;
}
</style>