Shades of Blue Lagoon #006269
Tints of Blue Lagoon #006269
RGB
CMYK
RGB Variations
Color information
#006269 (or 0x006269) is known color: Blue Lagoon. HEX triplet: 00, 62 and 69. RGB value is (0,98,105). Sum of RGB (Red+Green+Blue) = 0+98+105=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #006269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006269 is #FF9D96. Grayscale: #454545. Windows color (decimal): -16752023 or 6906368. OLE color: 6906368.
HSL color Cylindrical-coordinate representation of color #006269: hue angle of 184º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006269 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 0 | 98 | 105 | - |
| CMYK | 1 | 0.07 | 0 | 0.59 |
| HSL | 184º | 1% | 0.21% | - |
| HSV(B) | 184º | 1% | 0.41% | - |
| XYZ | 6.92 | 9.76 | 14.88 | - |
| YUV | 69.5 | 148.03 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 98 | 105 | 1 | 0.07 | 0 | 0.59 | 184 | 1 | 0.21 |
| Hex | 0 | 62 | 69 | 64 | 7 | 0 | 3B | B8 | 64 | 15 |
| Octal | 0 | 142 | 151 | 144 | 7 | 0 | 73 | 270 | 144 | 25 |
| Binary | 0 | 1100010 | 1101001 | 1100100 | 111 | 0 | 111011 | 10111000 | 1100100 | 10101 |
Color Harmonies of #006269
Complementary color
Monochromatic Colors of #006269
Black with #006269
Text Example
Text Example
White with #006269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006269; }
p { color: rgb(0,98,105); }
H1.HeaderClassName
{
color: #006269;
}
.AnyTagClassName
{
color: #006269;
}
</style>
background-color css
<style>
a { background-color: #006269; }
a { background-color: rgb(0,98,105); }
div.DivClassName
{
background-color: #006269;
}
.BgClassName
{
background-color: #006269;
}
</style>
border-color css
<style>
span { border-color: #006269; }
span { border-color: rgb(0,98,105); }
td.TdClassName
{
border-color: #006269;
}
.TagClassName
{
border-color: #006269;
}
</style>