Shades of Blue Lagoon #0F646D
Tints of Blue Lagoon #0F646D
RGB
CMYK
RGB Variations
Color information
#0F646D (or 0x0F646D) is known color: Blue Lagoon. HEX triplet: 0F, 64 and 6D. RGB value is (15,100,109). Sum of RGB (Red+Green+Blue) = 15+100+109=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 100 (39.45% from 255 or 44.64% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F646D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F646D is #F09B92. Grayscale: #4B4B4B. Windows color (decimal): -15768467 or 7169039. OLE color: 7169039.
HSL color Cylindrical-coordinate representation of color #0F646D: hue angle of 185.74º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F646D is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 15 | 100 | 109 | - |
| CMYK | 0.86 | 0.08 | 0 | 0.57 |
| HSL | 185.74º | 0.76% | 0.24% | - |
| HSV(B) | 185.74º | 0.86% | 0.43% | - |
| XYZ | 7.51 | 10.32 | 16.06 | - |
| YUV | 75.61 | 146.84 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 109 | 0.86 | 0.08 | 0 | 0.57 | 185.74 | 0.76 | 0.24 |
| Hex | F | 64 | 6D | 56 | 8 | 0 | 39 | BA | 4C | 18 |
| Octal | 17 | 144 | 155 | 126 | 10 | 0 | 71 | 272 | 114 | 30 |
| Binary | 1111 | 1100100 | 1101101 | 1010110 | 1000 | 0 | 111001 | 10111010 | 1001100 | 11000 |
Color Harmonies of #0F646D
Complementary color
Monochromatic Colors of #0F646D
Black with #0F646D
Text Example
Text Example
White with #0F646D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F646D; }
p { color: rgb(15,100,109); }
H1.HeaderClassName
{
color: #0F646D;
}
.AnyTagClassName
{
color: #0F646D;
}
</style>
background-color css
<style>
a { background-color: #0F646D; }
a { background-color: rgb(15,100,109); }
div.DivClassName
{
background-color: #0F646D;
}
.BgClassName
{
background-color: #0F646D;
}
</style>
border-color css
<style>
span { border-color: #0F646D; }
span { border-color: rgb(15,100,109); }
td.TdClassName
{
border-color: #0F646D;
}
.TagClassName
{
border-color: #0F646D;
}
</style>