Shades of Blue Lagoon #0F646C
Tints of Blue Lagoon #0F646C
RGB
CMYK
RGB Variations
Color information
#0F646C (or 0x0F646C) is known color: Blue Lagoon. HEX triplet: 0F, 64 and 6C. RGB value is (15,100,108). Sum of RGB (Red+Green+Blue) = 15+100+108=223 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.73% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F646C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F646C is #F09B93. Grayscale: #4B4B4B. Windows color (decimal): -15768468 or 7103503. OLE color: 7103503.
HSL color Cylindrical-coordinate representation of color #0F646C: hue angle of 185.16º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F646C is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 100 | 108 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.58 |
| HSL | 185.16º | 0.76% | 0.24% | - |
| HSV(B) | 185.16º | 0.86% | 0.42% | - |
| XYZ | 7.46 | 10.3 | 15.78 | - |
| YUV | 75.5 | 146.34 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 100 | 108 | 0.86 | 0.07 | 0 | 0.58 | 185.16 | 0.76 | 0.24 |
| Hex | F | 64 | 6C | 56 | 7 | 0 | 3A | B9 | 4C | 18 |
| Octal | 17 | 144 | 154 | 126 | 7 | 0 | 72 | 271 | 114 | 30 |
| Binary | 1111 | 1100100 | 1101100 | 1010110 | 111 | 0 | 111010 | 10111001 | 1001100 | 11000 |
Color Harmonies of #0F646C
Complementary color
Monochromatic Colors of #0F646C
Black with #0F646C
Text Example
Text Example
White with #0F646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F646C; }
p { color: rgb(15,100,108); }
H1.HeaderClassName
{
color: #0F646C;
}
.AnyTagClassName
{
color: #0F646C;
}
</style>
background-color css
<style>
a { background-color: #0F646C; }
a { background-color: rgb(15,100,108); }
div.DivClassName
{
background-color: #0F646C;
}
.BgClassName
{
background-color: #0F646C;
}
</style>
border-color css
<style>
span { border-color: #0F646C; }
span { border-color: rgb(15,100,108); }
td.TdClassName
{
border-color: #0F646C;
}
.TagClassName
{
border-color: #0F646C;
}
</style>